Trace number 4270865

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
choco-solver 4.0.5 par (2017-08-09)SAT 2.10638 0.75298202

General information on the benchmark

NameBlackhole/Blackhole-m1-s07/
Blackhole-07-3-10.xml
MD5SUM41a77f0ff8ed1fddf85157fc97a1c00e
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.035018999
Satisfiable
(Un)Satisfiability was proved
Number of variables56
Number of constraints47
Number of domains1
Minimum domain size28
Maximum domain size28
Distribution of domain sizes[{"size":28,"count":56}]
Minimum variable degree2
Maximum variable degree3
Distribution of variable degrees[{"degree":2,"count":47},{"degree":3,"count":9}]
Minimum constraint arity1
Maximum constraint arity56
Distribution of constraint arities[{"arity":1,"count":1},{"arity":2,"count":45},{"arity":56,"count":1}]
Number of extensional constraints27
Number of intensional constraints19
Distribution of constraint types[{"type":"extension","count":27},{"type":"intension","count":19},{"type":"channel","count":1}]
Optimization problemNO
Type of objective

Solver Data

0.00/0.00	c java -server -Xmx22000m -cp .:.//choco-parsers.jar org.chocosolver.parser.xcsp.ChocoXCSP "HOME/instance-4270865-1502768689.xml"  -tl '20160s' -p 8 -x 0
0.12/0.14	c [HOME/instance-4270865-1502768689.xml, -tl, 20160s, -p, 8, -x, 0]
0.12/0.20	c 8 solvers in parallel
0.33/0.27	c parse instance...
1.39/0.61	c solve instance...
2.00/0.71	s SATISFIABLE
2.00/0.71	v <instantiation>
2.00/0.71	v 	<list>x[0] x[1] x[2] x[3] x[4] x[5] x[6] x[7] x[8] x[9] x[10] x[11] x[12] x[13] x[14] x[15] x[16] x[17] x[18] x[19] x[20] x[21] x[22] x[23] x[24] x[25] x[26] x[27] y[0] y[1] y[2] y[3] y[4] y[5] y[6] y[7] y[8] y[9] y[10] y[11] y[12] y[13] y[14] y[15] y[16] y[17] y[18] y[19] y[20] y[21] y[22] y[23] y[24] y[25] y[26] y[27] </list>
2.00/0.71	v 	<values>0 1 2 10 18 26 27 7 8 16 15 23 3 9 22 21 13 19 6 12 25 17 11 24 4 5 20 14 0 1 2 12 24 25 18 7 8 13 3 22 19 16 27 10 9 21 4 17 26 15 14 11 23 20 5 6 </values>
2.00/0.71	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 (14054 MiB free)
  memory of node 1: 16384 MiB (12250 MiB free)
  node distances:
     10  21
     21  10

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-4270865-1502768689/watcher-4270865-1502768689 -o /tmp/evaluation-result-4270865-1502768689/solver-4270865-1502768689 -C 20160 -W 2520 -M 31000 --bin-var /tmp/runsolver-exch-node114-1502762059-13049 --watchdog 2580 ./xcsp3-exec -dir HOME -tl 20160 -p 8 -ml 22000 -tdir HOME -seed 730055323 HOME/instance-4270865-1502768689.xml 

running on 8 cores: 0,2,4,6,1,3,5,7

Enforcing CPUTime limit (soft limit, will send SIGTERM then SIGKILL): 20160 seconds
Enforcing CPUTime limit (hard limit, will send SIGXCPU): 20190 seconds
Enforcing wall clock limit (soft limit, will send SIGTERM then SIGKILL): 2520 seconds
Enforcing VSIZE limit (soft limit, will send SIGTERM then SIGKILL): 31744000 KiB
Enforcing VSIZE limit (hard limit, stack expansion will fail with SIGSEGV, brk() and mmap() will return ENOMEM): 31795200 KiB
Linux 3.10.0-514.16.1.el7.x86_64
Starting watchdog thread
Current StackSize limit: 8192 KiB

solver pid=13997, runsolver pid=13994

[startup+0.100114 s]*
/proc/loadavg: 3.11 3.22 5.40 2/200 14018
/proc/meminfo: memFree=26920652/32770624 swapFree=67108860/67108860
[pid=13997] ppid=13994 vsize=9512 memory=1384 CPUtime=0 cores=0-7
/proc/13997/stat : 13997 (xcsp3-exec) S 13994 13997 13022 0 -1 4202496 515 0 0 0 0 0 0 0 20 0 1 0 109956671 9740288 346 33554432000 4194304 5098028 140724901545664 140724901543768 140064055931516 0 65536 4100 65538 18446744071579417331 0 0 17 3 0 0 0 0 0 7196144 7232144 20094976 140724901553253 140724901553463 140724901553463 140724901556203 0
/proc/13997/statm: 2378 346 289 221 0 87 0
[pid=13999] ppid=13997 vsize=25999808 memory=25904 CPUtime=0.12 cores=0-7
/proc/13999/stat : 13999 (java) S 13997 13997 13022 0 -1 1077944320 5325 0 0 0 11 1 0 0 20 0 20 0 109956671 26623803392 6476 33554432000 4194304 4196468 140725385337024 140725385319568 139833095560951 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0 0 0 6293624 6294260 20148224 140725385344146 140725385344323 140725385344323 140725385347023 0
/proc/13999/statm: 6499952 6476 2883 1 0 6488269 0
[pid=13999/tid=14000] ppid=13997 vsize=25999808 memory=4134930498285298233 CPUtime=0.09 cores=0-7
/proc/13999/task/14000/stat : 14000 (java) R 13997 13997 13022 0 -1 4202560 3296 0 0 0 8 1 0 0 20 0 20 0 109956671 26623803392 6476 33554432000 4194304 4196468 140725385337024 139833099794224 139833095582877 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 20148224 140725385344146 140725385344323 140725385344323 140725385347023 0
[pid=13999/tid=14001] ppid=13997 vsize=25999808 memory=4872558044660077418 CPUtime=0 cores=0-7
/proc/13999/task/14001/stat : 14001 (java) S 13997 13997 13022 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 109956672 26623803392 6476 33554432000 4194304 4196468 140725385337024 139832653383952 139833095571157 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 20148224 140725385344146 140725385344323 140725385344323 140725385347023 0
[pid=13999/tid=14002] ppid=13997 vsize=25999808 memory=139884696811136 CPUtime=0 cores=0-7
/proc/13999/task/14002/stat : 14002 (java) S 13997 13997 13022 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 109956672 26623803392 6476 33554432000 4194304 4196468 140725385337024 139832652331408 139833095571157 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 20148224 140725385344146 140725385344323 140725385344323 140725385347023 0
[pid=13999/tid=14003] ppid=13997 vsize=25999808 memory=0 CPUtime=0 cores=0-7
/proc/13999/task/14003/stat : 14003 (java) S 13997 13997 13022 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 109956672 26623803392 6476 33554432000 4194304 4196468 140725385337024 139832651278864 139833095571157 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 20148224 140725385344146 140725385344323 140725385344323 140725385347023 0
[pid=13999/tid=14004] ppid=13997 vsize=25999808 memory=0 CPUtime=0 cores=0-7
/proc/13999/task/14004/stat : 14004 (java) S 13997 13997 13022 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 109956672 26623803392 6476 33554432000 4194304 4196468 140725385337024 139832650226320 139833095571157 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 20148224 140725385344146 140725385344323 140725385344323 140725385347023 0
[pid=13999/tid=14005] ppid=13997 vsize=25999808 memory=0 CPUtime=0 cores=0-7
/proc/13999/task/14005/stat : 14005 (java) S 13997 13997 13022 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 109956672 26623803392 6476 33554432000 4194304 4196468 140725385337024 139832649173776 139833095571157 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 20148224 140725385344146 140725385344323 140725385344323 140725385347023 0
[pid=13999/tid=14006] ppid=13997 vsize=25999808 memory=-1 CPUtime=0 cores=0-7
/proc/13999/task/14006/stat : 14006 (java) S 13997 13997 13022 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 109956672 26623803392 6476 33554432000 4194304 4196468 140725385337024 139832648121232 139833095571157 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 20148224 140725385344146 140725385344323 140725385344323 140725385347023 0
[pid=13999/tid=14007] ppid=13997 vsize=25999808 memory=0 CPUtime=0 cores=0-7
/proc/13999/task/14007/stat : 14007 (java) S 13997 13997 13022 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 109956672 26623803392 6476 33554432000 4194304 4196468 140725385337024 139832647068688 139833095571157 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 20148224 140725385344146 140725385344323 140725385344323 140725385347023 0
[pid=13999/tid=14008] ppid=13997 vsize=25999808 memory=0 CPUtime=0 cores=0-7
/proc/13999/task/14008/stat : 14008 (java) S 13997 13997 13022 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 109956672 26623803392 6476 33554432000 4194304 4196468 140725385337024 139832646016144 139833095571157 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 20148224 140725385344146 140725385344323 140725385344323 140725385347023 0
[pid=13999/tid=14009] ppid=13997 vsize=25999808 memory=0 CPUtime=0 cores=0-7
/proc/13999/task/14009/stat : 14009 (java) S 13997 13997 13022 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 109956674 26623803392 6476 33554432000 4194304 4196468 140725385337024 139832491395056 139833095572098 0 0 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 20148224 140725385344146 140725385344323 140725385344323 140725385347023 0
[pid=13999/tid=14010] ppid=13997 vsize=25999808 memory=0 CPUtime=0 cores=0-7
/proc/13999/task/14010/stat : 14010 (java) S 13997 13997 13022 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 20 0 109956674 26623803392 6476 33554432000 4194304 4196468 140725385337024 139832490341280 139833095571157 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 20148224 140725385344146 140725385344323 140725385344323 140725385347023 0
[pid=13999/tid=14011] ppid=13997 vsize=25999808 memory=0 CPUtime=0 cores=0-7
/proc/13999/task/14011/stat : 14011 (java) S 13997 13997 13022 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 20 0 109956674 26623803392 6476 33554432000 4194304 4196468 140725385337024 139832489288688 139833095571157 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 20148224 140725385344146 140725385344323 140725385344323 140725385347023 0
[pid=13999/tid=14012] ppid=13997 vsize=25999808 memory=0 CPUtime=0 cores=0-7
/proc/13999/task/14012/stat : 14012 (java) S 13997 13997 13022 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 109956677 26623803392 6476 33554432000 4194304 4196468 140725385337024 139832488237264 139833095579547 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 20148224 140725385344146 140725385344323 140725385344323 140725385347023 0
[pid=13999/tid=14013] ppid=13997 vsize=25999808 memory=0 CPUtime=0 cores=0-7
/proc/13999/task/14013/stat : 14013 (java) S 13997 13997 13022 0 -1 1077944384 431 0 0 0 0 0 0 0 20 0 20 0 109956677 26623803392 6476 33554432000 4194304 4196468 140725385337024 139832487184880 139833095572098 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 20148224 140725385344146 140725385344323 140725385344323 140725385347023 0
[pid=13999/tid=14014] ppid=13997 vsize=25999808 memory=0 CPUtime=0 cores=0-7
/proc/13999/task/14014/stat : 14014 (java) S 13997 13997 13022 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 109956677 26623803392 6476 33554432000 4194304 4196468 140725385337024 139832486132336 139833095572098 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 20148224 140725385344146 140725385344323 140725385344323 140725385347023 0
[pid=13999/tid=14015] ppid=13997 vsize=25999808 memory=0 CPUtime=0 cores=0-7
/proc/13999/task/14015/stat : 14015 (java) S 13997 13997 13022 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 109956677 26623803392 6476 33554432000 4194304 4196468 140725385337024 139832485079792 139833095572098 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 20148224 140725385344146 140725385344323 140725385344323 140725385347023 0
[pid=13999/tid=14016] ppid=13997 vsize=25999808 memory=0 CPUtime=0.01 cores=0-7
/proc/13999/task/14016/stat : 14016 (java) S 13997 13997 13022 0 -1 1077944384 286 0 0 0 1 0 0 0 20 0 20 0 109956677 26623803392 6476 33554432000 4194304 4196468 140725385337024 139832484027248 139833095572098 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 20148224 140725385344146 140725385344323 140725385344323 140725385347023 0
[pid=13999/tid=14017] ppid=13997 vsize=25999808 memory=0 CPUtime=0 cores=0-7
/proc/13999/task/14017/stat : 14017 (java) S 13997 13997 13022 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 109956677 26623803392 6476 33554432000 4194304 4196468 140725385337024 139832482973920 139833095571157 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 20148224 140725385344146 140725385344323 140725385344323 140725385347023 0
[pid=13999/tid=14018] ppid=13997 vsize=25999808 memory=-1 CPUtime=0 cores=0-7
/proc/13999/task/14018/stat : 14018 (java) S 13997 13997 13022 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 109956677 26623803392 6476 33554432000 4194304 4196468 140725385337024 139832481921456 139833095572098 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 20148224 140725385344146 140725385344323 140725385344323 140725385347023 0
Current children cumulated CPU time: 0.12 s
Current children cumulated vsize: 26009320 KiB
Current children cumulated memory: 27288 KiB

[startup+0.210096 s]*
/proc/loadavg: 3.11 3.22 5.40 3/200 14018
/proc/meminfo: memFree=26908820/32770624 swapFree=67108860/67108860
[pid=13997] ppid=13994 vsize=9512 memory=1384 CPUtime=0 cores=0-7
/proc/13997/stat : 13997 (xcsp3-exec) S 13994 13997 13022 0 -1 4202496 515 0 0 0 0 0 0 0 20 0 1 0 109956671 9740288 346 33554432000 4194304 5098028 140724901545664 140724901543768 140064055931516 0 65536 4100 65538 18446744071579417331 0 0 17 3 0 0 0 0 0 7196144 7232144 20094976 140724901553253 140724901553463 140724901553463 140724901556203 0
/proc/13997/statm: 2378 346 289 221 0 87 0
[pid=13999] ppid=13997 vsize=26004064 memory=37496 CPUtime=0.33 cores=0-7
/proc/13999/stat : 13999 (java) S 13997 13997 13022 0 -1 1077944320 8021 0 0 0 31 2 0 0 20 0 20 0 109956671 26628161536 9374 33554432000 4194304 4196468 140725385337024 140725385319568 139833095560951 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0 0 0 6293624 6294260 20148224 140725385344146 140725385344323 140725385344323 140725385347023 0
/proc/13999/statm: 6501016 9374 3025 1 0 6488269 0
[pid=13999/tid=14000] ppid=13997 vsize=26004064 memory=8318255677412212789 CPUtime=0.19 cores=0-7
/proc/13999/task/14000/stat : 14000 (java) R 13997 13997 13022 0 -1 4202560 5054 0 0 0 18 1 0 0 20 0 20 0 109956671 26628161536 9374 33554432000 4194304 4196468 140725385337024 139833099783840 139833079641438 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 20148224 140725385344146 140725385344323 140725385344323 140725385347023 0
[pid=13999/tid=14001] ppid=13997 vsize=26004064 memory=331 CPUtime=0 cores=0-7
/proc/13999/task/14001/stat : 14001 (java) S 13997 13997 13022 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 109956672 26628161536 9374 33554432000 4194304 4196468 140725385337024 139832653383952 139833095571157 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 20148224 140725385344146 140725385344323 140725385344323 140725385347023 0
[pid=13999/tid=14002] ppid=13997 vsize=26004064 memory=3762115836168222368 CPUtime=0 cores=0-7
/proc/13999/task/14002/stat : 14002 (java) S 13997 13997 13022 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 109956672 26628161536 9374 33554432000 4194304 4196468 140725385337024 139832652331408 139833095571157 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 20148224 140725385344146 140725385344323 140725385344323 140725385347023 0
[pid=13999/tid=14003] ppid=13997 vsize=26004064 memory=-1 CPUtime=0 cores=0-7
/proc/13999/task/14003/stat : 14003 (java) S 13997 13997 13022 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 109956672 26628161536 9374 33554432000 4194304 4196468 140725385337024 139832651278864 139833095571157 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 20148224 140725385344146 140725385344323 140725385344323 140725385347023 0
[pid=13999/tid=14004] ppid=13997 vsize=26004064 memory=0 CPUtime=0 cores=0-7
/proc/13999/task/14004/stat : 14004 (java) S 13997 13997 13022 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 109956672 26628161536 9374 33554432000 4194304 4196468 140725385337024 139832650226320 139833095571157 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 20148224 140725385344146 140725385344323 140725385344323 140725385347023 0
[pid=13999/tid=14005] ppid=13997 vsize=26004064 memory=0 CPUtime=0 cores=0-7
/proc/13999/task/14005/stat : 14005 (java) S 13997 13997 13022 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 109956672 26628161536 9374 33554432000 4194304 4196468 140725385337024 139832649173776 139833095571157 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 20148224 140725385344146 140725385344323 140725385344323 140725385347023 0
[pid=13999/tid=14006] ppid=13997 vsize=26004064 memory=-1 CPUtime=0 cores=0-7
/proc/13999/task/14006/stat : 14006 (java) S 13997 13997 13022 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 109956672 26628161536 9374 33554432000 4194304 4196468 140725385337024 139832648121232 139833095571157 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 20148224 140725385344146 140725385344323 140725385344323 140725385347023 0
[pid=13999/tid=14007] ppid=13997 vsize=26004064 memory=0 CPUtime=0 cores=0-7
/proc/13999/task/14007/stat : 14007 (java) S 13997 13997 13022 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 109956672 26628161536 9374 33554432000 4194304 4196468 140725385337024 139832647068688 139833095571157 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 20148224 140725385344146 140725385344323 140725385344323 140725385347023 0
[pid=13999/tid=14008] ppid=13997 vsize=26004064 memory=0 CPUtime=0 cores=0-7
/proc/13999/task/14008/stat : 14008 (java) S 13997 13997 13022 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 109956672 26628161536 9374 33554432000 4194304 4196468 140725385337024 139832646016144 139833095571157 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 20148224 140725385344146 140725385344323 140725385344323 140725385347023 0
[pid=13999/tid=14009] ppid=13997 vsize=26004064 memory=0 CPUtime=0 cores=0-7
/proc/13999/task/14009/stat : 14009 (java) S 13997 13997 13022 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 109956674 26628161536 9374 33554432000 4194304 4196468 140725385337024 139832491395056 139833095572098 0 0 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 20148224 140725385344146 140725385344323 140725385344323 140725385347023 0
[pid=13999/tid=14010] ppid=13997 vsize=26004064 memory=0 CPUtime=0 cores=0-7
/proc/13999/task/14010/stat : 14010 (java) S 13997 13997 13022 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 20 0 109956674 26628161536 9374 33554432000 4194304 4196468 140725385337024 139832490341280 139833095571157 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 20148224 140725385344146 140725385344323 140725385344323 140725385347023 0
[pid=13999/tid=14011] ppid=13997 vsize=26004064 memory=0 CPUtime=0 cores=0-7
/proc/13999/task/14011/stat : 14011 (java) S 13997 13997 13022 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 20 0 109956674 26628161536 9374 33554432000 4194304 4196468 140725385337024 139832489288688 139833095571157 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 20148224 140725385344146 140725385344323 140725385344323 140725385347023 0
[pid=13999/tid=14012] ppid=13997 vsize=26004064 memory=0 CPUtime=0 cores=0-7
/proc/13999/task/14012/stat : 14012 (java) S 13997 13997 13022 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 109956677 26628161536 9374 33554432000 4194304 4196468 140725385337024 139832488237264 139833095579547 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 20148224 140725385344146 140725385344323 140725385344323 140725385347023 0
[pid=13999/tid=14013] ppid=13997 vsize=26004064 memory=0 CPUtime=0.01 cores=0-7
/proc/13999/task/14013/stat : 14013 (java) S 13997 13997 13022 0 -1 1077944384 497 0 0 0 1 0 0 0 20 0 20 0 109956677 26628161536 9374 33554432000 4194304 4196468 140725385337024 139832487184880 139833095572098 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 20148224 140725385344146 140725385344323 140725385344323 140725385347023 0
[pid=13999/tid=14014] ppid=13997 vsize=26004064 memory=0 CPUtime=0.01 cores=0-7
/proc/13999/task/14014/stat : 14014 (java) S 13997 13997 13022 0 -1 1077944384 53 0 0 0 1 0 0 0 20 0 20 0 109956677 26628161536 9374 33554432000 4194304 4196468 140725385337024 139832486132336 139833095572098 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 20148224 140725385344146 140725385344323 140725385344323 140725385347023 0
[pid=13999/tid=14015] ppid=13997 vsize=26004064 memory=-1 CPUtime=0.02 cores=0-7
/proc/13999/task/14015/stat : 14015 (java) S 13997 13997 13022 0 -1 1077944384 252 0 0 0 2 0 0 0 20 0 20 0 109956677 26628161536 9374 33554432000 4194304 4196468 140725385337024 139832485079792 139833095572098 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 20148224 140725385344146 140725385344323 140725385344323 140725385347023 0
[pid=13999/tid=14016] ppid=13997 vsize=26004064 memory=-1 CPUtime=0.07 cores=0-7
/proc/13999/task/14016/stat : 14016 (java) S 13997 13997 13022 0 -1 1077944384 856 0 0 0 7 0 0 0 20 0 20 0 109956677 26628161536 9374 33554432000 4194304 4196468 140725385337024 139832484027248 139833095572098 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 20148224 140725385344146 140725385344323 140725385344323 140725385347023 0
[pid=13999/tid=14017] ppid=13997 vsize=26004064 memory=0 CPUtime=0 cores=0-7
/proc/13999/task/14017/stat : 14017 (java) S 13997 13997 13022 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 109956677 26628161536 9374 33554432000 4194304 4196468 140725385337024 139832482973920 139833095571157 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 20148224 140725385344146 140725385344323 140725385344323 140725385347023 0
[pid=13999/tid=14018] ppid=13997 vsize=26004064 memory=-1 CPUtime=0 cores=0-7
/proc/13999/task/14018/stat : 14018 (java) S 13997 13997 13022 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 109956677 26628161536 9374 33554432000 4194304 4196468 140725385337024 139832481921456 139833095572098 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 20148224 140725385344146 140725385344323 140725385344323 140725385347023 0
Current children cumulated CPU time: 0.33 s
Current children cumulated vsize: 26013576 KiB
Current children cumulated memory: 38880 KiB

[startup+0.309298 s]*
/proc/loadavg: 3.11 3.22 5.40 2/200 14018
/proc/meminfo: memFree=26902432/32770624 swapFree=67108860/67108860
[pid=13997] ppid=13994 vsize=9512 memory=1384 CPUtime=0 cores=0-7
/proc/13997/stat : 13997 (xcsp3-exec) S 13994 13997 13022 0 -1 4202496 515 0 0 0 0 0 0 0 20 0 1 0 109956671 9740288 346 33554432000 4194304 5098028 140724901545664 140724901543768 140064055931516 0 65536 4100 65538 18446744071579417331 0 0 17 3 0 0 0 0 0 7196144 7232144 20094976 140724901553253 140724901553463 140724901553463 140724901556203 0
/proc/13997/statm: 2378 346 289 221 0 87 0
[pid=13999] ppid=13997 vsize=26004064 memory=45252 CPUtime=0.49 cores=0-7
/proc/13999/stat : 13999 (java) S 13997 13997 13022 0 -1 1077944320 8997 0 0 0 46 3 0 0 20 0 20 0 109956671 26628161536 11313 33554432000 4194304 4196468 140725385337024 140725385319568 139833095560951 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0 0 0 6293624 6294260 20148224 140725385344146 140725385344323 140725385344323 140725385347023 0
/proc/13999/statm: 6501016 11313 3124 1 0 6488269 0
[pid=13999/tid=14000] ppid=13997 vsize=26004064 memory=6791534058613427641 CPUtime=0.29 cores=0-7
/proc/13999/task/14000/stat : 14000 (java) R 13997 13997 13022 0 -1 4202560 5786 0 0 0 27 2 0 0 20 0 20 0 109956671 26628161536 11313 33554432000 4194304 4196468 140725385337024 139833099792352 139833095582877 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 20148224 140725385344146 140725385344323 140725385344323 140725385347023 0
[pid=13999/tid=14001] ppid=13997 vsize=26004064 memory=0 CPUtime=0 cores=0-7
/proc/13999/task/14001/stat : 14001 (java) S 13997 13997 13022 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 109956672 26628161536 11313 33554432000 4194304 4196468 140725385337024 139832653383952 139833095571157 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 20148224 140725385344146 140725385344323 140725385344323 140725385347023 0
[pid=13999/tid=14002] ppid=13997 vsize=26004064 memory=0 CPUtime=0 cores=0-7
/proc/13999/task/14002/stat : 14002 (java) S 13997 13997 13022 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 109956672 26628161536 11313 33554432000 4194304 4196468 140725385337024 139832652331408 139833095571157 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 20148224 140725385344146 140725385344323 140725385344323 140725385347023 0
[pid=13999/tid=14003] ppid=13997 vsize=26004064 memory=0 CPUtime=0 cores=0-7
/proc/13999/task/14003/stat : 14003 (java) S 13997 13997 13022 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 109956672 26628161536 11313 33554432000 4194304 4196468 140725385337024 139832651278864 139833095571157 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 20148224 140725385344146 140725385344323 140725385344323 140725385347023 0
[pid=13999/tid=14004] ppid=13997 vsize=26004064 memory=0 CPUtime=0 cores=0-7
/proc/13999/task/14004/stat : 14004 (java) S 13997 13997 13022 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 109956672 26628161536 11313 33554432000 4194304 4196468 140725385337024 139832650226320 139833095571157 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 20148224 140725385344146 140725385344323 140725385344323 140725385347023 0
[pid=13999/tid=14005] ppid=13997 vsize=26004064 memory=2244 CPUtime=0 cores=0-7
/proc/13999/task/14005/stat : 14005 (java) S 13997 13997 13022 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 109956672 26628161536 11313 33554432000 4194304 4196468 140725385337024 139832649173776 139833095571157 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 20148224 140725385344146 140725385344323 140725385344323 140725385347023 0
[pid=13999/tid=14006] ppid=13997 vsize=26004064 memory=139884534789039 CPUtime=0 cores=0-7
/proc/13999/task/14006/stat : 14006 (java) S 13997 13997 13022 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 109956672 26628161536 11313 33554432000 4194304 4196468 140725385337024 139832648121232 139833095571157 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 20148224 140725385344146 140725385344323 140725385344323 140725385347023 0
[pid=13999/tid=14007] ppid=13997 vsize=26004064 memory=139884534791344 CPUtime=0 cores=0-7
/proc/13999/task/14007/stat : 14007 (java) S 13997 13997 13022 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 109956672 26628161536 11377 33554432000 4194304 4196468 140725385337024 139832647068688 139833095571157 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 20148224 140725385344146 140725385344323 140725385344323 140725385347023 0
[pid=13999/tid=14008] ppid=13997 vsize=26004064 memory=139884534793648 CPUtime=0 cores=0-7
/proc/13999/task/14008/stat : 14008 (java) S 13997 13997 13022 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 109956672 26628161536 11377 33554432000 4194304 4196468 140725385337024 139832646016144 139833095571157 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 20148224 140725385344146 140725385344323 140725385344323 140725385347023 0
[pid=13999/tid=14009] ppid=13997 vsize=26004064 memory=0 CPUtime=0 cores=0-7
/proc/13999/task/14009/stat : 14009 (java) S 13997 13997 13022 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 109956674 26628161536 11377 33554432000 4194304 4196468 140725385337024 139832491395056 139833095572098 0 0 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 20148224 140725385344146 140725385344323 140725385344323 140725385347023 0
[pid=13999/tid=14010] ppid=13997 vsize=26004064 memory=279769069594256 CPUtime=0 cores=0-7
/proc/13999/task/14010/stat : 14010 (java) S 13997 13997 13022 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 20 0 109956674 26628161536 11377 33554432000 4194304 4196468 140725385337024 139832490341280 139833095571157 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 20148224 140725385344146 140725385344323 140725385344323 140725385347023 0
[pid=13999/tid=14011] ppid=13997 vsize=26004064 memory=279769069601168 CPUtime=0 cores=0-7
/proc/13999/task/14011/stat : 14011 (java) S 13997 13997 13022 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 20 0 109956674 26628161536 11377 33554432000 4194304 4196468 140725385337024 139832489288688 139833095571157 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 20148224 140725385344146 140725385344323 140725385344323 140725385347023 0
[pid=13999/tid=14012] ppid=13997 vsize=26004064 memory=279769069542448 CPUtime=0 cores=0-7
/proc/13999/task/14012/stat : 14012 (java) S 13997 13997 13022 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 109956677 26628161536 11377 33554432000 4194304 4196468 140725385337024 139832488237264 139833095579547 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 20148224 140725385344146 140725385344323 140725385344323 140725385347023 0
[pid=13999/tid=14013] ppid=13997 vsize=26004064 memory=279769069614992 CPUtime=0.01 cores=0-7
/proc/13999/task/14013/stat : 14013 (java) S 13997 13997 13022 0 -1 1077944384 552 0 0 0 1 0 0 0 20 0 20 0 109956677 26628161536 11377 33554432000 4194304 4196468 140725385337024 139832487184880 139833095572098 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 20148224 140725385344146 140725385344323 140725385344323 140725385347023 0
[pid=13999/tid=14014] ppid=13997 vsize=26004064 memory=279769069621904 CPUtime=0.02 cores=0-7
/proc/13999/task/14014/stat : 14014 (java) S 13997 13997 13022 0 -1 1077944384 69 0 0 0 2 0 0 0 20 0 20 0 109956677 26628161536 11377 33554432000 4194304 4196468 140725385337024 139832486132336 139833095572098 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 20148224 140725385344146 140725385344323 140725385344323 140725385347023 0
[pid=13999/tid=14015] ppid=13997 vsize=26004064 memory=279769069619600 CPUtime=0.02 cores=0-7
/proc/13999/task/14015/stat : 14015 (java) S 13997 13997 13022 0 -1 1077944384 280 0 0 0 2 0 0 0 20 0 20 0 109956677 26628161536 11377 33554432000 4194304 4196468 140725385337024 139832485079792 139833095572098 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 20148224 140725385344146 140725385344323 140725385344323 140725385347023 0
[pid=13999/tid=14016] ppid=13997 vsize=26004064 memory=279769069635760 CPUtime=0.11 cores=0-7
/proc/13999/task/14016/stat : 14016 (java) S 13997 13997 13022 0 -1 1077944384 1002 0 0 0 11 0 0 0 20 0 20 0 109956677 26628161536 11377 33554432000 4194304 4196468 140725385337024 139832484027248 139833095572098 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 20148224 140725385344146 140725385344323 140725385344323 140725385347023 0
[pid=13999/tid=14017] ppid=13997 vsize=26004064 memory=0 CPUtime=0 cores=0-7
/proc/13999/task/14017/stat : 14017 (java) S 13997 13997 13022 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 109956677 26628161536 11377 33554432000 4194304 4196468 140725385337024 139832482973920 139833095571157 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 20148224 140725385344146 140725385344323 140725385344323 140725385347023 0
[pid=13999/tid=14018] ppid=13997 vsize=26004064 memory=-1 CPUtime=0 cores=0-7
/proc/13999/task/14018/stat : 14018 (java) S 13997 13997 13022 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 109956677 26628161536 11377 33554432000 4194304 4196468 140725385337024 139832481921456 139833095572098 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 20148224 140725385344146 140725385344323 140725385344323 140725385347023 0
Current children cumulated CPU time: 0.49 s
Current children cumulated vsize: 26013576 KiB
Current children cumulated memory: 46636 KiB

[startup+0.704977 s]
/proc/loadavg: 3.11 3.22 5.40 4/200 14018
/proc/meminfo: memFree=26887732/32770624 swapFree=67108860/67108860
[pid=13997] ppid=13994 vsize=9512 memory=1384 CPUtime=0 cores=0-7
/proc/13997/stat : 13997 (xcsp3-exec) S 13994 13997 13022 0 -1 4202496 515 0 0 0 0 0 0 0 20 0 1 0 109956671 9740288 346 33554432000 4194304 5098028 140724901545664 140724901543768 140064055931516 0 65536 4100 65538 18446744071579417331 0 0 17 3 0 0 0 0 0 7196144 7232144 20094976 140724901553253 140724901553463 140724901553463 140724901556203 0
/proc/13997/statm: 2378 346 289 221 0 87 0
[pid=13999] ppid=13997 vsize=26538700 memory=88728 CPUtime=2 cores=0-7
/proc/13999/stat : 13999 (java) S 13997 13997 13022 0 -1 1077944320 12554 0 0 0 194 6 0 0 20 0 28 0 109956671 27175628800 22182 33554432000 4194304 4196468 140725385337024 140725385319568 139833095560951 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0 0 0 6293624 6294260 20148224 140725385344146 140725385344323 140725385344323 140725385347023 0
/proc/13999/statm: 6634675 22182 3205 1 0 6621909 0
[pid=13999/tid=14000] ppid=13997 vsize=26538700 memory=279769069993648 CPUtime=0.59 cores=0-7
/proc/13999/task/14000/stat : 14000 (java) S 13997 13997 13022 0 -1 1077944384 6519 0 0 0 56 3 0 0 20 0 28 0 109956671 27175628800 22182 33554432000 4194304 4196468 140725385337024 139833099801728 139833095571157 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 20148224 140725385344146 140725385344323 140725385344323 140725385347023 0
[pid=13999/tid=14001] ppid=13997 vsize=26538700 memory=139884534997872 CPUtime=0 cores=0-7
/proc/13999/task/14001/stat : 14001 (java) S 13997 13997 13022 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 28 0 109956672 27175628800 22182 33554432000 4194304 4196468 140725385337024 139832653383952 139833095571157 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 20148224 140725385344146 140725385344323 140725385344323 140725385347023 0
[pid=13999/tid=14002] ppid=13997 vsize=26538700 memory=0 CPUtime=0 cores=0-7
/proc/13999/task/14002/stat : 14002 (java) S 13997 13997 13022 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 28 0 109956672 27175628800 22182 33554432000 4194304 4196468 140725385337024 139832652331408 139833095571157 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 20148224 140725385344146 140725385344323 140725385344323 140725385347023 0
[pid=13999/tid=14003] ppid=13997 vsize=26538700 memory=1008 CPUtime=0 cores=0-7
/proc/13999/task/14003/stat : 14003 (java) S 13997 13997 13022 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 28 0 109956672 27175628800 22182 33554432000 4194304 4196468 140725385337024 139832651278864 139833095571157 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 20148224 140725385344146 140725385344323 140725385344323 140725385347023 0
[pid=13999/tid=14004] ppid=13997 vsize=26538700 memory=10652 CPUtime=0 cores=0-7
/proc/13999/task/14004/stat : 14004 (java) S 13997 13997 13022 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 28 0 109956672 27175628800 22182 33554432000 4194304 4196468 140725385337024 139832650226320 139833095571157 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 20148224 140725385344146 140725385344323 140725385344323 140725385347023 0
[pid=13999/tid=14005] ppid=13997 vsize=26538700 memory=1204 CPUtime=0 cores=0-7
/proc/13999/task/14005/stat : 14005 (java) S 13997 13997 13022 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 28 0 109956672 27175628800 22182 33554432000 4194304 4196468 140725385337024 139832649173776 139833095571157 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 20148224 140725385344146 140725385344323 140725385344323 140725385347023 0
[pid=13999/tid=14006] ppid=13997 vsize=26538700 memory=15872 CPUtime=0 cores=0-7
/proc/13999/task/14006/stat : 14006 (java) S 13997 13997 13022 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 28 0 109956672 27175628800 22182 33554432000 4194304 4196468 140725385337024 139832648121232 139833095571157 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 20148224 140725385344146 140725385344323 140725385344323 140725385347023 0
[pid=13999/tid=14007] ppid=13997 vsize=26538700 memory=16444 CPUtime=0 cores=0-7
/proc/13999/task/14007/stat : 14007 (java) S 13997 13997 13022 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 28 0 109956672 27175628800 22182 33554432000 4194304 4196468 140725385337024 139832647068688 139833095571157 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 20148224 140725385344146 140725385344323 140725385344323 140725385347023 0
[pid=13999/tid=14008] ppid=13997 vsize=26538700 memory=4052 CPUtime=0 cores=0-7
/proc/13999/task/14008/stat : 14008 (java) S 13997 13997 13022 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 28 0 109956672 27175628800 22182 33554432000 4194304 4196468 140725385337024 139832646016144 139833095571157 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 20148224 140725385344146 140725385344323 140725385344323 140725385347023 0
[pid=13999/tid=14009] ppid=13997 vsize=26538700 memory=17500 CPUtime=0 cores=0-7
/proc/13999/task/14009/stat : 14009 (java) S 13997 13997 13022 0 -1 1077944384 6 0 0 0 0 0 0 0 20 0 28 0 109956674 27175628800 22182 33554432000 4194304 4196468 140725385337024 139832491395056 139833095572098 0 0 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 20148224 140725385344146 140725385344323 140725385344323 140725385347023 0
[pid=13999/tid=14010] ppid=13997 vsize=26538700 memory=1236 CPUtime=0 cores=0-7
/proc/13999/task/14010/stat : 14010 (java) S 13997 13997 13022 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 28 0 109956674 27175628800 22182 33554432000 4194304 4196468 140725385337024 139832490341280 139833095571157 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 20148224 140725385344146 140725385344323 140725385344323 140725385347023 0
[pid=13999/tid=14011] ppid=13997 vsize=26538700 memory=1792 CPUtime=0 cores=0-7
/proc/13999/task/14011/stat : 14011 (java) S 13997 13997 13022 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 28 0 109956674 27175628800 22182 33554432000 4194304 4196468 140725385337024 139832489288688 139833095571157 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 20148224 140725385344146 140725385344323 140725385344323 140725385347023 0
[pid=13999/tid=14012] ppid=13997 vsize=26538700 memory=640 CPUtime=0 cores=0-7
/proc/13999/task/14012/stat : 14012 (java) S 13997 13997 13022 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 28 0 109956677 27175628800 22182 33554432000 4194304 4196468 140725385337024 139832488237264 139833095579547 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 20148224 140725385344146 140725385344323 140725385344323 140725385347023 0
[pid=13999/tid=14013] ppid=13997 vsize=26538700 memory=0 CPUtime=0.2 cores=0-7
/proc/13999/task/14013/stat : 14013 (java) R 13997 13997 13022 0 -1 4202560 1325 0 0 0 20 0 0 0 20 0 28 0 109956677 27175628800 22182 33554432000 4194304 4196468 140725385337024 139832487171664 139833079053136 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 20148224 140725385344146 140725385344323 140725385344323 140725385347023 0
[pid=13999/tid=14014] ppid=13997 vsize=26538700 memory=1700 CPUtime=0.19 cores=0-7
/proc/13999/task/14014/stat : 14014 (java) S 13997 13997 13022 0 -1 1077944384 525 0 0 0 19 0 0 0 20 0 28 0 109956677 27175628800 22182 33554432000 4194304 4196468 140725385337024 139832486125360 139833095571157 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 20148224 140725385344146 140725385344323 140725385344323 140725385347023 0
[pid=13999/tid=14015] ppid=13997 vsize=26538700 memory=1228 CPUtime=0.18 cores=0-7
/proc/13999/task/14015/stat : 14015 (java) R 13997 13997 13022 0 -1 4202560 637 0 0 0 18 0 0 0 20 0 28 0 109956677 27175628800 22182 33554432000 4194304 4196468 140725385337024 139832485071888 139833073288224 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 20148224 140725385344146 140725385344323 140725385344323 140725385347023 0
[pid=13999/tid=14016] ppid=13997 vsize=26538700 memory=5428 CPUtime=0.36 cores=0-7
/proc/13999/task/14016/stat : 14016 (java) R 13997 13997 13022 0 -1 4202560 1914 0 0 0 36 0 0 0 20 0 28 0 109956677 27175628800 22182 33554432000 4194304 4196468 140725385337024 139832484022976 139833088667527 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 6293624 6294260 20148224 140725385344146 140725385344323 140725385344323 140725385347023 0
[pid=13999/tid=14017] ppid=13997 vsize=26538700 memory=4624 CPUtime=0 cores=0-7
/proc/13999/task/14017/stat : 14017 (java) S 13997 13997 13022 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 28 0 109956677 27175628800 22182 33554432000 4194304 4196468 140725385337024 139832482973920 139833095571157 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 20148224 140725385344146 140725385344323 140725385344323 140725385347023 0
[pid=13999/tid=14018] ppid=13997 vsize=26538700 memory=1424 CPUtime=0 cores=0-7
/proc/13999/task/14018/stat : 14018 (java) S 13997 13997 13022 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 28 0 109956677 27175628800 22182 33554432000 4194304 4196468 140725385337024 139832481921456 139833095572098 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 20148224 140725385344146 140725385344323 140725385344323 140725385347023 0
Current children cumulated CPU time: 2 s
Current children cumulated vsize: 26548212 KiB
Current children cumulated memory: 90112 KiB

[startup+0.752946 s]
# the end of solver process 13997 was just reported to runsolver
# cumulated CPU time of all completed processes:  user=2.0299 s, system=0.076477 s

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

[startup+0.704977 s]
/proc/loadavg: 3.11 3.22 5.40 4/200 14018
/proc/meminfo: memFree=26887732/32770624 swapFree=67108860/67108860
[pid=13997] ppid=13994 vsize=9512 memory=1384 CPUtime=0 cores=0-7
/proc/13997/stat : 13997 (xcsp3-exec) S 13994 13997 13022 0 -1 4202496 515 0 0 0 0 0 0 0 20 0 1 0 109956671 9740288 346 33554432000 4194304 5098028 140724901545664 140724901543768 140064055931516 0 65536 4100 65538 18446744071579417331 0 0 17 3 0 0 0 0 0 7196144 7232144 20094976 140724901553253 140724901553463 140724901553463 140724901556203 0
/proc/13997/statm: 2378 346 289 221 0 87 0
[pid=13999] ppid=13997 vsize=26538700 memory=88728 CPUtime=2 cores=0-7
/proc/13999/stat : 13999 (java) S 13997 13997 13022 0 -1 1077944320 12554 0 0 0 194 6 0 0 20 0 28 0 109956671 27175628800 22182 33554432000 4194304 4196468 140725385337024 140725385319568 139833095560951 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0 0 0 6293624 6294260 20148224 140725385344146 140725385344323 140725385344323 140725385347023 0
/proc/13999/statm: 6634675 22182 3205 1 0 6621909 0
[pid=13999/tid=14000] ppid=13997 vsize=26538700 memory=279769069993648 CPUtime=0.59 cores=0-7
/proc/13999/task/14000/stat : 14000 (java) S 13997 13997 13022 0 -1 1077944384 6519 0 0 0 56 3 0 0 20 0 28 0 109956671 27175628800 22182 33554432000 4194304 4196468 140725385337024 139833099801728 139833095571157 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 20148224 140725385344146 140725385344323 140725385344323 140725385347023 0
[pid=13999/tid=14001] ppid=13997 vsize=26538700 memory=139884534997872 CPUtime=0 cores=0-7
/proc/13999/task/14001/stat : 14001 (java) S 13997 13997 13022 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 28 0 109956672 27175628800 22182 33554432000 4194304 4196468 140725385337024 139832653383952 139833095571157 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 20148224 140725385344146 140725385344323 140725385344323 140725385347023 0
[pid=13999/tid=14002] ppid=13997 vsize=26538700 memory=0 CPUtime=0 cores=0-7
/proc/13999/task/14002/stat : 14002 (java) S 13997 13997 13022 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 28 0 109956672 27175628800 22182 33554432000 4194304 4196468 140725385337024 139832652331408 139833095571157 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 20148224 140725385344146 140725385344323 140725385344323 140725385347023 0
[pid=13999/tid=14003] ppid=13997 vsize=26538700 memory=1008 CPUtime=0 cores=0-7
/proc/13999/task/14003/stat : 14003 (java) S 13997 13997 13022 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 28 0 109956672 27175628800 22182 33554432000 4194304 4196468 140725385337024 139832651278864 139833095571157 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 20148224 140725385344146 140725385344323 140725385344323 140725385347023 0
[pid=13999/tid=14004] ppid=13997 vsize=26538700 memory=10652 CPUtime=0 cores=0-7
/proc/13999/task/14004/stat : 14004 (java) S 13997 13997 13022 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 28 0 109956672 27175628800 22182 33554432000 4194304 4196468 140725385337024 139832650226320 139833095571157 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 20148224 140725385344146 140725385344323 140725385344323 140725385347023 0
[pid=13999/tid=14005] ppid=13997 vsize=26538700 memory=1204 CPUtime=0 cores=0-7
/proc/13999/task/14005/stat : 14005 (java) S 13997 13997 13022 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 28 0 109956672 27175628800 22182 33554432000 4194304 4196468 140725385337024 139832649173776 139833095571157 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 20148224 140725385344146 140725385344323 140725385344323 140725385347023 0
[pid=13999/tid=14006] ppid=13997 vsize=26538700 memory=15872 CPUtime=0 cores=0-7
/proc/13999/task/14006/stat : 14006 (java) S 13997 13997 13022 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 28 0 109956672 27175628800 22182 33554432000 4194304 4196468 140725385337024 139832648121232 139833095571157 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 20148224 140725385344146 140725385344323 140725385344323 140725385347023 0
[pid=13999/tid=14007] ppid=13997 vsize=26538700 memory=16444 CPUtime=0 cores=0-7
/proc/13999/task/14007/stat : 14007 (java) S 13997 13997 13022 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 28 0 109956672 27175628800 22182 33554432000 4194304 4196468 140725385337024 139832647068688 139833095571157 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 20148224 140725385344146 140725385344323 140725385344323 140725385347023 0
[pid=13999/tid=14008] ppid=13997 vsize=26538700 memory=4052 CPUtime=0 cores=0-7
/proc/13999/task/14008/stat : 14008 (java) S 13997 13997 13022 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 28 0 109956672 27175628800 22182 33554432000 4194304 4196468 140725385337024 139832646016144 139833095571157 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 20148224 140725385344146 140725385344323 140725385344323 140725385347023 0
[pid=13999/tid=14009] ppid=13997 vsize=26538700 memory=17500 CPUtime=0 cores=0-7
/proc/13999/task/14009/stat : 14009 (java) S 13997 13997 13022 0 -1 1077944384 6 0 0 0 0 0 0 0 20 0 28 0 109956674 27175628800 22182 33554432000 4194304 4196468 140725385337024 139832491395056 139833095572098 0 0 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 20148224 140725385344146 140725385344323 140725385344323 140725385347023 0
[pid=13999/tid=14010] ppid=13997 vsize=26538700 memory=1236 CPUtime=0 cores=0-7
/proc/13999/task/14010/stat : 14010 (java) S 13997 13997 13022 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 28 0 109956674 27175628800 22182 33554432000 4194304 4196468 140725385337024 139832490341280 139833095571157 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 20148224 140725385344146 140725385344323 140725385344323 140725385347023 0
[pid=13999/tid=14011] ppid=13997 vsize=26538700 memory=1792 CPUtime=0 cores=0-7
/proc/13999/task/14011/stat : 14011 (java) S 13997 13997 13022 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 28 0 109956674 27175628800 22182 33554432000 4194304 4196468 140725385337024 139832489288688 139833095571157 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 20148224 140725385344146 140725385344323 140725385344323 140725385347023 0
[pid=13999/tid=14012] ppid=13997 vsize=26538700 memory=640 CPUtime=0 cores=0-7
/proc/13999/task/14012/stat : 14012 (java) S 13997 13997 13022 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 28 0 109956677 27175628800 22182 33554432000 4194304 4196468 140725385337024 139832488237264 139833095579547 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 20148224 140725385344146 140725385344323 140725385344323 140725385347023 0
[pid=13999/tid=14013] ppid=13997 vsize=26538700 memory=0 CPUtime=0.2 cores=0-7
/proc/13999/task/14013/stat : 14013 (java) R 13997 13997 13022 0 -1 4202560 1325 0 0 0 20 0 0 0 20 0 28 0 109956677 27175628800 22182 33554432000 4194304 4196468 140725385337024 139832487171664 139833079053136 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 20148224 140725385344146 140725385344323 140725385344323 140725385347023 0
[pid=13999/tid=14014] ppid=13997 vsize=26538700 memory=1700 CPUtime=0.19 cores=0-7
/proc/13999/task/14014/stat : 14014 (java) S 13997 13997 13022 0 -1 1077944384 525 0 0 0 19 0 0 0 20 0 28 0 109956677 27175628800 22182 33554432000 4194304 4196468 140725385337024 139832486125360 139833095571157 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 20148224 140725385344146 140725385344323 140725385344323 140725385347023 0
[pid=13999/tid=14015] ppid=13997 vsize=26538700 memory=1228 CPUtime=0.18 cores=0-7
/proc/13999/task/14015/stat : 14015 (java) R 13997 13997 13022 0 -1 4202560 637 0 0 0 18 0 0 0 20 0 28 0 109956677 27175628800 22182 33554432000 4194304 4196468 140725385337024 139832485071888 139833073288224 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 20148224 140725385344146 140725385344323 140725385344323 140725385347023 0
[pid=13999/tid=14016] ppid=13997 vsize=26538700 memory=5428 CPUtime=0.36 cores=0-7
/proc/13999/task/14016/stat : 14016 (java) R 13997 13997 13022 0 -1 4202560 1914 0 0 0 36 0 0 0 20 0 28 0 109956677 27175628800 22182 33554432000 4194304 4196468 140725385337024 139832484022976 139833088667527 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 6293624 6294260 20148224 140725385344146 140725385344323 140725385344323 140725385347023 0
[pid=13999/tid=14017] ppid=13997 vsize=26538700 memory=4624 CPUtime=0 cores=0-7
/proc/13999/task/14017/stat : 14017 (java) S 13997 13997 13022 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 28 0 109956677 27175628800 22182 33554432000 4194304 4196468 140725385337024 139832482973920 139833095571157 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 20148224 140725385344146 140725385344323 140725385344323 140725385347023 0
[pid=13999/tid=14018] ppid=13997 vsize=26538700 memory=1424 CPUtime=0 cores=0-7
/proc/13999/task/14018/stat : 14018 (java) S 13997 13997 13022 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 28 0 109956677 27175628800 22182 33554432000 4194304 4196468 140725385337024 139832481921456 139833095572098 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 20148224 140725385344146 140725385344323 140725385344323 140725385347023 0
Current children cumulated CPU time: 2 s
Current children cumulated vsize: 26548212 KiB
Current children cumulated memory: 90112 KiB

Child status: 0
Real time (s): 0.752982
CPU time (s): 2.10638
CPU user time (s): 2.0299
CPU system time (s): 0.076477
CPU usage (%): 279.738
Max. virtual memory (cumulated for all children) (KiB): 26548212
Max. memory (cumulated for all children) (KiB): 90112

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 2.0299
system time used= 0.076477
maximum resident set size= 92084
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 13142
page faults= 0
swaps= 0
block input operations= 0
block output operations= 112
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 2732
involuntary context switches= 14


# summary of solver processes directly reported to runsolver:
#   pid: 13997
#   total CPU time (s): 2.10638
#   total CPU user time (s): 2.0299
#   total CPU system time (s): 0.076477

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 0.023372 second user time and 0.047545 second system time

The end

Launcher Data

Begin job on node114 at 2017-08-15 05:30:30
IDJOB=4270865
IDBENCH=134509
IDSOLVER=2662
FILE ID=node114/4270865-1502768689
RUNJOBID= node114-1502762059-13049
PBS_JOBID= 20629089
Free space on /tmp= 61700 MiB

SOLVER NAME= choco-solver 4.0.5 par
BENCH NAME= XCSP17/Blackhole/Blackhole-m1-s07/Blackhole-07-3-10.xml
COMMAND LINE= ./xcsp3-exec -dir DIR -tl TIMEOUT -p NBCORE -ml 22000 -tdir TMPDIR -seed RANDOMSEED BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4270865-1502768689/watcher-4270865-1502768689 -o /tmp/evaluation-result-4270865-1502768689/solver-4270865-1502768689 -C 20160 -W 2520 -M 31000 --bin-var /tmp/runsolver-exch-node114-1502762059-13049 --watchdog 2580  ./xcsp3-exec -dir HOME -tl 20160 -p 8 -ml 22000 -tdir HOME -seed 730055323 HOME/instance-4270865-1502768689.xml

TIME LIMIT= 20160 seconds
MEMORY LIMIT= 31000 MiB
NBCORE= 8

MD5SUM BENCH= 41a77f0ff8ed1fddf85157fc97a1c00e
RANDOM SEED=730055323

node114.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	: 5332.98
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	: 5332.98
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	: 5332.98
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	: 5332.98
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:        26935808 kB
MemAvailable:   31984768 kB
Buffers:          209420 kB
Cached:          5126828 kB
SwapCached:            0 kB
Active:           474200 kB
Inactive:        4918168 kB
Active(anon):      58696 kB
Inactive(anon):    25124 kB
Active(file):     415504 kB
Inactive(file):  4893044 kB
Unevictable:        6432 kB
Mlocked:            6432 kB
SwapTotal:      67108860 kB
SwapFree:       67108860 kB
Dirty:              7880 kB
Writeback:             0 kB
AnonPages:         85928 kB
Mapped:            46012 kB
Shmem:             25224 kB
Slab:             138256 kB
SReclaimable:     112496 kB
SUnreclaim:        25760 kB
KernelStack:        3552 kB
PageTables:         5132 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83494172 kB
Committed_AS:     324336 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      350232 kB
VmallocChunk:   34341910524 kB
HardwareCorrupted:     0 kB
AnonHugePages:     32768 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= 61692 MiB
End job on node114 at 2017-08-15 05:30:31