Trace number 4281407

Some explanations

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

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

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

Solver answer on this benchmark

Solver NameAnswerobjective functionCPU timeWall clock time
choco-solver 4.0.5 par (2017-08-18)OPT2 1.1443599 0.56002897

General information on the benchmark

NameLowAutocorrelation/LowAutocorrelation-m1-s1/
LowAutocorrelation-004.xml
MD5SUMb220eda080bc853662ea3d9fecf431a6
Bench CategoryCOP (optimization problem)
Best result obtained on this benchmarkOPT
Best value of the objective obtained on this benchmark2
Best CPU time to get the best result obtained on this benchmark0.014214
Satisfiable
(Un)Satisfiability was proved
Number of variables19
Number of constraints12
Number of domains7
Minimum domain size2
Maximum domain size7
Distribution of domain sizes[{"size":2,"count":11},{"size":3,"count":2},{"size":4,"count":1},{"size":5,"count":1},{"size":7,"count":1}]
Minimum variable degree0
Maximum variable degree3
Distribution of variable degrees[{"degree":0,"count":3},{"degree":2,"count":12},{"degree":3,"count":4}]
Minimum constraint arity2
Maximum constraint arity4
Distribution of constraint arities[{"arity":2,"count":4},{"arity":3,"count":7},{"arity":4,"count":1}]
Number of extensional constraints0
Number of intensional constraints9
Distribution of constraint types[{"type":"intension","count":9},{"type":"sum","count":3}]
Optimization problemYES
Type of objectivemin SUM

Solver Data

0.00/0.00	c java -server -Xmx22000m -cp .:.//choco-parsers.jar org.chocosolver.parser.xcsp.ChocoXCSP "HOME/instance-4281407-1503186457.xml"  -tl '2016s' -p 8 -x 0
0.12/0.14	c [HOME/instance-4281407-1503186457.xml, -tl, 2016s, -p, 8, -x, 0]
0.12/0.20	c 8 solvers in parallel
0.33/0.26	c parse instance...
1.01/0.52	c solve instance...
1.01/0.55	o 2 
1.01/0.55	s OPTIMUM FOUND
1.01/0.55	v <instantiation>
1.01/0.55	v 	<list>x[0] x[1] x[2] x[3] y[0][0] y[0][1] y[0][2] y[1][0] y[1][1] y[2][0] c[0] c[1] c[2] s[0] s[1] s[2] </list>
1.01/0.55	v 	<values>-1 1 1 1 -1 1 1 -1 1 -1 1 0 -1 1 0 1 </values>
1.01/0.55	v </instantiation>

Verifier Data

OK	2

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

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-4281407-1503186457/watcher-4281407-1503186457 -o /tmp/evaluation-result-4281407-1503186457/solver-4281407-1503186457 -C 2016 -W 252 -M 31000 --bin-var /tmp/runsolver-exch-node102-1503173704-12412 --watchdog 312 ./xcsp3-exec -dir HOME -tl 2016 -p 8 -ml 22000 -tdir HOME -seed 699820872 HOME/instance-4281407-1503186457.xml 

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

Enforcing CPUTime limit (soft limit, will send SIGTERM then SIGKILL): 2016 seconds
Enforcing CPUTime limit (hard limit, will send SIGXCPU): 2046 seconds
Enforcing wall clock limit (soft limit, will send SIGTERM then SIGKILL): 252 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=18441, runsolver pid=18438

[startup+0.100061 s]*
/proc/loadavg: 1.68 5.50 7.16 2/200 18462
/proc/meminfo: memFree=28990484/32770624 swapFree=67108860/67108860
[pid=18441] ppid=18438 vsize=9512 memory=1380 CPUtime=0 cores=0-7
/proc/18441/stat : 18441 (xcsp3-exec) S 18438 18441 12385 0 -1 4202496 513 0 0 0 0 0 0 0 20 0 1 0 151733819 9740288 345 33554432000 4194304 5098028 140720901803760 140720901801864 140447462527612 0 65536 4100 65538 18446744071579417331 0 0 17 2 0 0 0 0 0 7196144 7232144 12214272 140720901805163 140720901805372 140720901805372 140720901808107 0
/proc/18441/statm: 2378 345 289 221 0 87 0
[pid=18443] ppid=18441 vsize=25999808 memory=26596 CPUtime=0.12 cores=0-7
/proc/18443/stat : 18443 (java) S 18441 18441 12385 0 -1 1077944320 5596 0 0 0 11 1 0 0 20 0 20 0 151733819 26623803392 6649 33554432000 4194304 4196468 140730142003792 140730141986336 139795436117751 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0 0 0 6293624 6294260 37924864 140730142008472 140730142008648 140730142008648 140730142011343 0
/proc/18443/statm: 6499952 6649 2841 1 0 6488269 0
[pid=18443/tid=18444] ppid=18441 vsize=25999808 memory=4134930498285298233 CPUtime=0.09 cores=0-7
/proc/18443/task/18444/stat : 18444 (java) R 18441 18441 12385 0 -1 4202560 3597 0 0 0 8 1 0 0 20 0 20 0 151733820 26623803392 6649 33554432000 4194304 4196468 140730142003792 139795440351024 139795436139677 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 37924864 140730142008472 140730142008648 140730142008648 140730142011343 0
[pid=18443/tid=18445] ppid=18441 vsize=25999808 memory=4872558044660077418 CPUtime=0 cores=0-7
/proc/18443/task/18445/stat : 18445 (java) S 18441 18441 12385 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 151733820 26623803392 6649 33554432000 4194304 4196468 140730142003792 139795358698256 139795436127957 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 37924864 140730142008472 140730142008648 140730142008648 140730142011343 0
[pid=18443/tid=18446] ppid=18441 vsize=25999808 memory=140326998496896 CPUtime=0 cores=0-7
/proc/18443/task/18446/stat : 18446 (java) S 18441 18441 12385 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 151733820 26623803392 6649 33554432000 4194304 4196468 140730142003792 139795357645712 139795436127957 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 37924864 140730142008472 140730142008648 140730142008648 140730142011343 0
[pid=18443/tid=18447] ppid=18441 vsize=25999808 memory=0 CPUtime=0 cores=0-7
/proc/18443/task/18447/stat : 18447 (java) S 18441 18441 12385 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 151733820 26623803392 6649 33554432000 4194304 4196468 140730142003792 139795356593168 139795436127957 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 37924864 140730142008472 140730142008648 140730142008648 140730142011343 0
[pid=18443/tid=18448] ppid=18441 vsize=25999808 memory=0 CPUtime=0 cores=0-7
/proc/18443/task/18448/stat : 18448 (java) S 18441 18441 12385 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 151733820 26623803392 6649 33554432000 4194304 4196468 140730142003792 139795355540624 139795436127957 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 37924864 140730142008472 140730142008648 140730142008648 140730142011343 0
[pid=18443/tid=18449] ppid=18441 vsize=25999808 memory=0 CPUtime=0 cores=0-7
/proc/18443/task/18449/stat : 18449 (java) S 18441 18441 12385 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 151733820 26623803392 6649 33554432000 4194304 4196468 140730142003792 139795354487056 139795436127957 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 37924864 140730142008472 140730142008648 140730142008648 140730142011343 0
[pid=18443/tid=18450] ppid=18441 vsize=25999808 memory=-1 CPUtime=0 cores=0-7
/proc/18443/task/18450/stat : 18450 (java) S 18441 18441 12385 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 151733820 26623803392 6649 33554432000 4194304 4196468 140730142003792 139795353434512 139795436127957 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 37924864 140730142008472 140730142008648 140730142008648 140730142011343 0
[pid=18443/tid=18451] ppid=18441 vsize=25999808 memory=0 CPUtime=0 cores=0-7
/proc/18443/task/18451/stat : 18451 (java) S 18441 18441 12385 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 151733820 26623803392 6649 33554432000 4194304 4196468 140730142003792 139795352381968 139795436127957 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 37924864 140730142008472 140730142008648 140730142008648 140730142011343 0
[pid=18443/tid=18452] ppid=18441 vsize=25999808 memory=0 CPUtime=0 cores=0-7
/proc/18443/task/18452/stat : 18452 (java) S 18441 18441 12385 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 151733820 26623803392 6649 33554432000 4194304 4196468 140730142003792 139795351329424 139795436127957 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 37924864 140730142008472 140730142008648 140730142008648 140730142011343 0
[pid=18443/tid=18453] ppid=18441 vsize=25999808 memory=0 CPUtime=0 cores=0-7
/proc/18443/task/18453/stat : 18453 (java) S 18441 18441 12385 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 151733822 26623803392 6649 33554432000 4194304 4196468 140730142003792 139793707973104 139795436128898 0 0 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 37924864 140730142008472 140730142008648 140730142008648 140730142011343 0
[pid=18443/tid=18454] ppid=18441 vsize=25999808 memory=0 CPUtime=0 cores=0-7
/proc/18443/task/18454/stat : 18454 (java) S 18441 18441 12385 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 20 0 151733822 26623803392 6649 33554432000 4194304 4196468 140730142003792 139793706919328 139795436127957 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 37924864 140730142008472 140730142008648 140730142008648 140730142011343 0
[pid=18443/tid=18455] ppid=18441 vsize=25999808 memory=0 CPUtime=0 cores=0-7
/proc/18443/task/18455/stat : 18455 (java) S 18441 18441 12385 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 20 0 151733823 26623803392 6649 33554432000 4194304 4196468 140730142003792 139793705866736 139795436127957 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 37924864 140730142008472 140730142008648 140730142008648 140730142011343 0
[pid=18443/tid=18456] ppid=18441 vsize=25999808 memory=0 CPUtime=0 cores=0-7
/proc/18443/task/18456/stat : 18456 (java) S 18441 18441 12385 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 151733825 26623803392 6649 33554432000 4194304 4196468 140730142003792 139793704815312 139795436136347 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 37924864 140730142008472 140730142008648 140730142008648 140730142011343 0
[pid=18443/tid=18457] ppid=18441 vsize=25999808 memory=0 CPUtime=0 cores=0-7
/proc/18443/task/18457/stat : 18457 (java) S 18441 18441 12385 0 -1 1077944384 301 0 0 0 0 0 0 0 20 0 20 0 151733825 26623803392 6649 33554432000 4194304 4196468 140730142003792 139793703761904 139795436128898 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 37924864 140730142008472 140730142008648 140730142008648 140730142011343 0
[pid=18443/tid=18458] ppid=18441 vsize=25999808 memory=0 CPUtime=0 cores=0-7
/proc/18443/task/18458/stat : 18458 (java) R 18441 18441 12385 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 151733825 26623803392 6649 33554432000 4194304 4196468 140730142003792 139793702709360 139795436128898 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 37924864 140730142008472 140730142008648 140730142008648 140730142011343 0
[pid=18443/tid=18459] ppid=18441 vsize=25999808 memory=0 CPUtime=0 cores=0-7
/proc/18443/task/18459/stat : 18459 (java) S 18441 18441 12385 0 -1 1077944384 123 0 0 0 0 0 0 0 20 0 20 0 151733825 26623803392 6649 33554432000 4194304 4196468 140730142003792 139793701656816 139795436128898 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 37924864 140730142008472 140730142008648 140730142008648 140730142011343 0
[pid=18443/tid=18460] ppid=18441 vsize=25999808 memory=0 CPUtime=0.01 cores=0-7
/proc/18443/task/18460/stat : 18460 (java) S 18441 18441 12385 0 -1 1077944384 261 0 0 0 1 0 0 0 20 0 20 0 151733825 26623803392 6649 33554432000 4194304 4196468 140730142003792 139793700604272 139795436128898 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 37924864 140730142008472 140730142008648 140730142008648 140730142011343 0
[pid=18443/tid=18461] ppid=18441 vsize=25999808 memory=0 CPUtime=0 cores=0-7
/proc/18443/task/18461/stat : 18461 (java) S 18441 18441 12385 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 151733825 26623803392 6649 33554432000 4194304 4196468 140730142003792 139793699551968 139795436127957 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 37924864 140730142008472 140730142008648 140730142008648 140730142011343 0
[pid=18443/tid=18462] ppid=18441 vsize=25999808 memory=-1 CPUtime=0 cores=0-7
/proc/18443/task/18462/stat : 18462 (java) S 18441 18441 12385 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 151733825 26623803392 6649 33554432000 4194304 4196468 140730142003792 139793698499504 139795436128898 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 37924864 140730142008472 140730142008648 140730142008648 140730142011343 0
Current children cumulated CPU time: 0.12 s
Current children cumulated vsize: 26009320 KiB
Current children cumulated memory: 27976 KiB

[startup+0.210677 s]*
/proc/loadavg: 1.68 5.50 7.16 2/200 18462
/proc/meminfo: memFree=28979708/32770624 swapFree=67108860/67108860
[pid=18441] ppid=18438 vsize=9512 memory=1380 CPUtime=0 cores=0-7
/proc/18441/stat : 18441 (xcsp3-exec) S 18438 18441 12385 0 -1 4202496 513 0 0 0 0 0 0 0 20 0 1 0 151733819 9740288 345 33554432000 4194304 5098028 140720901803760 140720901801864 140447462527612 0 65536 4100 65538 18446744071579417331 0 0 17 2 0 0 0 0 0 7196144 7232144 12214272 140720901805163 140720901805372 140720901805372 140720901808107 0
/proc/18441/statm: 2378 345 289 221 0 87 0
[pid=18443] ppid=18441 vsize=26004064 memory=38984 CPUtime=0.33 cores=0-7
/proc/18443/stat : 18443 (java) S 18441 18441 12385 0 -1 1077944320 8316 0 0 0 31 2 0 0 20 0 20 0 151733819 26628161536 9746 33554432000 4194304 4196468 140730142003792 140730141986336 139795436117751 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0 0 0 6293624 6294260 37924864 140730142008472 140730142008648 140730142008648 140730142011343 0
/proc/18443/statm: 6501024 9746 3046 1 0 6488277 0
[pid=18443/tid=18444] ppid=18441 vsize=26004064 memory=8318255677412212789 CPUtime=0.19 cores=0-7
/proc/18443/task/18444/stat : 18444 (java) D 18441 18441 12385 0 -1 1077944384 5444 0 0 0 18 1 0 0 20 0 20 0 151733820 26628161536 9767 33554432000 4194304 4196468 140730142003792 139795440328560 139795428796973 0 4 0 16800975 18446744072101568036 0 0 -1 3 0 0 0 0 0 6293624 6294260 37924864 140730142008472 140730142008648 140730142008648 140730142011343 0
[pid=18443/tid=18445] ppid=18441 vsize=26004064 memory=331 CPUtime=0 cores=0-7
/proc/18443/task/18445/stat : 18445 (java) S 18441 18441 12385 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 151733820 26628161536 9767 33554432000 4194304 4196468 140730142003792 139795358698256 139795436127957 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 37924864 140730142008472 140730142008648 140730142008648 140730142011343 0
[pid=18443/tid=18446] ppid=18441 vsize=26004064 memory=140326998510428 CPUtime=0 cores=0-7
/proc/18443/task/18446/stat : 18446 (java) S 18441 18441 12385 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 151733820 26628161536 9767 33554432000 4194304 4196468 140730142003792 139795357645712 139795436127957 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 37924864 140730142008472 140730142008648 140730142008648 140730142011343 0
[pid=18443/tid=18447] ppid=18441 vsize=26004064 memory=-1 CPUtime=0 cores=0-7
/proc/18443/task/18447/stat : 18447 (java) S 18441 18441 12385 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 151733820 26628161536 9767 33554432000 4194304 4196468 140730142003792 139795356593168 139795436127957 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 37924864 140730142008472 140730142008648 140730142008648 140730142011343 0
[pid=18443/tid=18448] ppid=18441 vsize=26004096 memory=0 CPUtime=0 cores=0-7
/proc/18443/task/18448/stat : 18448 (java) S 18441 18441 12385 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 151733820 26628194304 9767 33554432000 4194304 4196468 140730142003792 139795355540624 139795436127957 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 37924864 140730142008472 140730142008648 140730142008648 140730142011343 0
[pid=18443/tid=18449] ppid=18441 vsize=26004096 memory=0 CPUtime=0 cores=0-7
/proc/18443/task/18449/stat : 18449 (java) S 18441 18441 12385 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 151733820 26628194304 9767 33554432000 4194304 4196468 140730142003792 139795354487056 139795436127957 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 37924864 140730142008472 140730142008648 140730142008648 140730142011343 0
[pid=18443/tid=18450] ppid=18441 vsize=26004064 memory=-1 CPUtime=0 cores=0-7
/proc/18443/task/18450/stat : 18450 (java) S 18441 18441 12385 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 151733820 26628161536 9767 33554432000 4194304 4196468 140730142003792 139795353434512 139795436127957 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 37924864 140730142008472 140730142008648 140730142008648 140730142011343 0
[pid=18443/tid=18451] ppid=18441 vsize=26004064 memory=0 CPUtime=0 cores=0-7
/proc/18443/task/18451/stat : 18451 (java) S 18441 18441 12385 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 151733820 26628161536 9767 33554432000 4194304 4196468 140730142003792 139795352381968 139795436127957 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 37924864 140730142008472 140730142008648 140730142008648 140730142011343 0
[pid=18443/tid=18452] ppid=18441 vsize=26004064 memory=0 CPUtime=0 cores=0-7
/proc/18443/task/18452/stat : 18452 (java) S 18441 18441 12385 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 151733820 26628161536 9767 33554432000 4194304 4196468 140730142003792 139795351329424 139795436127957 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 37924864 140730142008472 140730142008648 140730142008648 140730142011343 0
[pid=18443/tid=18453] ppid=18441 vsize=26004064 memory=0 CPUtime=0 cores=0-7
/proc/18443/task/18453/stat : 18453 (java) S 18441 18441 12385 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 151733822 26628161536 9767 33554432000 4194304 4196468 140730142003792 139793707973104 139795436128898 0 0 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 37924864 140730142008472 140730142008648 140730142008648 140730142011343 0
[pid=18443/tid=18454] ppid=18441 vsize=26004064 memory=0 CPUtime=0 cores=0-7
/proc/18443/task/18454/stat : 18454 (java) S 18441 18441 12385 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 20 0 151733822 26628161536 9767 33554432000 4194304 4196468 140730142003792 139793706919328 139795436127957 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 37924864 140730142008472 140730142008648 140730142008648 140730142011343 0
[pid=18443/tid=18455] ppid=18441 vsize=26004064 memory=0 CPUtime=0 cores=0-7
/proc/18443/task/18455/stat : 18455 (java) S 18441 18441 12385 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 20 0 151733823 26628161536 9767 33554432000 4194304 4196468 140730142003792 139793705866736 139795436127957 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 37924864 140730142008472 140730142008648 140730142008648 140730142011343 0
[pid=18443/tid=18456] ppid=18441 vsize=26004064 memory=0 CPUtime=0 cores=0-7
/proc/18443/task/18456/stat : 18456 (java) S 18441 18441 12385 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 151733825 26628161536 9767 33554432000 4194304 4196468 140730142003792 139793704815312 139795436136347 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 37924864 140730142008472 140730142008648 140730142008648 140730142011343 0
[pid=18443/tid=18457] ppid=18441 vsize=26004064 memory=0 CPUtime=0.01 cores=0-7
/proc/18443/task/18457/stat : 18457 (java) S 18441 18441 12385 0 -1 1077944384 513 0 0 0 1 0 0 0 20 0 20 0 151733825 26628161536 9767 33554432000 4194304 4196468 140730142003792 139793703761904 139795436128898 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 37924864 140730142008472 140730142008648 140730142008648 140730142011343 0
[pid=18443/tid=18458] ppid=18441 vsize=26004096 memory=0 CPUtime=0.01 cores=0-7
/proc/18443/task/18458/stat : 18458 (java) S 18441 18441 12385 0 -1 1077944384 95 0 0 0 1 0 0 0 20 0 20 0 151733825 26628194304 9767 33554432000 4194304 4196468 140730142003792 139793702709360 139795436128898 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 37924864 140730142008472 140730142008648 140730142008648 140730142011343 0
[pid=18443/tid=18459] ppid=18441 vsize=26004096 memory=-1 CPUtime=0.01 cores=0-7
/proc/18443/task/18459/stat : 18459 (java) S 18441 18441 12385 0 -1 1077944384 213 0 0 0 1 0 0 0 20 0 20 0 151733825 26628194304 9767 33554432000 4194304 4196468 140730142003792 139793701656816 139795436128898 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 37924864 140730142008472 140730142008648 140730142008648 140730142011343 0
[pid=18443/tid=18460] ppid=18441 vsize=26004064 memory=-1 CPUtime=0.08 cores=0-7
/proc/18443/task/18460/stat : 18460 (java) S 18441 18441 12385 0 -1 1077944384 748 0 0 0 8 0 0 0 20 0 20 0 151733825 26628161536 9767 33554432000 4194304 4196468 140730142003792 139793700604272 139795436128898 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 37924864 140730142008472 140730142008648 140730142008648 140730142011343 0
[pid=18443/tid=18461] ppid=18441 vsize=26004064 memory=0 CPUtime=0 cores=0-7
/proc/18443/task/18461/stat : 18461 (java) S 18441 18441 12385 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 151733825 26628161536 9767 33554432000 4194304 4196468 140730142003792 139793699551968 139795436127957 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 37924864 140730142008472 140730142008648 140730142008648 140730142011343 0
[pid=18443/tid=18462] ppid=18441 vsize=26004064 memory=-1 CPUtime=0 cores=0-7
/proc/18443/task/18462/stat : 18462 (java) S 18441 18441 12385 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 151733825 26628161536 9767 33554432000 4194304 4196468 140730142003792 139793698499504 139795436128898 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 37924864 140730142008472 140730142008648 140730142008648 140730142011343 0
Current children cumulated CPU time: 0.33 s
Current children cumulated vsize: 26013576 KiB
Current children cumulated memory: 40364 KiB

[startup+0.313227 s]*
/proc/loadavg: 1.62 5.42 7.12 2/200 18462
/proc/meminfo: memFree=28973132/32770624 swapFree=67108860/67108860
[pid=18441] ppid=18438 vsize=9512 memory=1380 CPUtime=0 cores=0-7
/proc/18441/stat : 18441 (xcsp3-exec) S 18438 18441 12385 0 -1 4202496 513 0 0 0 0 0 0 0 20 0 1 0 151733819 9740288 345 33554432000 4194304 5098028 140720901803760 140720901801864 140447462527612 0 65536 4100 65538 18446744071579417331 0 0 17 2 0 0 0 0 0 7196144 7232144 12214272 140720901805163 140720901805372 140720901805372 140720901808107 0
/proc/18441/statm: 2378 345 289 221 0 87 0
[pid=18443] ppid=18441 vsize=26004140 memory=46268 CPUtime=0.5 cores=0-7
/proc/18443/stat : 18443 (java) S 18441 18441 12385 0 -1 1077944320 9256 0 0 0 47 3 0 0 20 0 20 0 151733819 26628239360 11567 33554432000 4194304 4196468 140730142003792 140730141986336 139795436117751 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0 0 0 6293624 6294260 37924864 140730142008472 140730142008648 140730142008648 140730142011343 0
/proc/18443/statm: 6501035 11567 3115 1 0 6488269 0
[pid=18443/tid=18444] ppid=18441 vsize=26004140 memory=6791534058613427641 CPUtime=0.29 cores=0-7
/proc/18443/task/18444/stat : 18444 (java) R 18441 18441 12385 0 -1 4202560 6258 0 0 0 28 1 0 0 20 0 20 0 151733820 26628239360 11567 33554432000 4194304 4196468 140730142003792 139795440350112 139795420198238 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 37924864 140730142008472 140730142008648 140730142008648 140730142011343 0
[pid=18443/tid=18445] ppid=18441 vsize=26004140 memory=0 CPUtime=0 cores=0-7
/proc/18443/task/18445/stat : 18445 (java) S 18441 18441 12385 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 151733820 26628239360 11567 33554432000 4194304 4196468 140730142003792 139795358698256 139795436127957 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 37924864 140730142008472 140730142008648 140730142008648 140730142011343 0
[pid=18443/tid=18446] ppid=18441 vsize=26004140 memory=0 CPUtime=0 cores=0-7
/proc/18443/task/18446/stat : 18446 (java) S 18441 18441 12385 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 151733820 26628239360 11581 33554432000 4194304 4196468 140730142003792 139795357645712 139795436127957 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 37924864 140730142008472 140730142008648 140730142008648 140730142011343 0
[pid=18443/tid=18447] ppid=18441 vsize=26004140 memory=0 CPUtime=0 cores=0-7
/proc/18443/task/18447/stat : 18447 (java) S 18441 18441 12385 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 151733820 26628239360 11581 33554432000 4194304 4196468 140730142003792 139795356593168 139795436127957 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 37924864 140730142008472 140730142008648 140730142008648 140730142011343 0
[pid=18443/tid=18448] ppid=18441 vsize=26004140 memory=0 CPUtime=0 cores=0-7
/proc/18443/task/18448/stat : 18448 (java) S 18441 18441 12385 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 151733820 26628239360 11581 33554432000 4194304 4196468 140730142003792 139795355540624 139795436127957 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 37924864 140730142008472 140730142008648 140730142008648 140730142011343 0
[pid=18443/tid=18449] ppid=18441 vsize=26004140 memory=2244 CPUtime=0 cores=0-7
/proc/18443/task/18449/stat : 18449 (java) S 18441 18441 12385 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 151733820 26628239360 11581 33554432000 4194304 4196468 140730142003792 139795354487056 139795436127957 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 37924864 140730142008472 140730142008648 140730142008648 140730142011343 0
[pid=18443/tid=18450] ppid=18441 vsize=26004140 memory=140326849311663 CPUtime=0 cores=0-7
/proc/18443/task/18450/stat : 18450 (java) S 18441 18441 12385 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 151733820 26628239360 11581 33554432000 4194304 4196468 140730142003792 139795353434512 139795436127957 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 37924864 140730142008472 140730142008648 140730142008648 140730142011343 0
[pid=18443/tid=18451] ppid=18441 vsize=26004140 memory=140326849313968 CPUtime=0 cores=0-7
/proc/18443/task/18451/stat : 18451 (java) S 18441 18441 12385 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 151733820 26628239360 11581 33554432000 4194304 4196468 140730142003792 139795352381968 139795436127957 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 37924864 140730142008472 140730142008648 140730142008648 140730142011343 0
[pid=18443/tid=18452] ppid=18441 vsize=26004140 memory=140326849316272 CPUtime=0 cores=0-7
/proc/18443/task/18452/stat : 18452 (java) S 18441 18441 12385 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 151733820 26628239360 11581 33554432000 4194304 4196468 140730142003792 139795351329424 139795436127957 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 37924864 140730142008472 140730142008648 140730142008648 140730142011343 0
[pid=18443/tid=18453] ppid=18441 vsize=26004140 memory=0 CPUtime=0 cores=0-7
/proc/18443/task/18453/stat : 18453 (java) S 18441 18441 12385 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 151733822 26628239360 11581 33554432000 4194304 4196468 140730142003792 139793707973104 139795436128898 0 0 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 37924864 140730142008472 140730142008648 140730142008648 140730142011343 0
[pid=18443/tid=18454] ppid=18441 vsize=26004140 memory=280653698639504 CPUtime=0 cores=0-7
/proc/18443/task/18454/stat : 18454 (java) S 18441 18441 12385 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 20 0 151733822 26628239360 11581 33554432000 4194304 4196468 140730142003792 139793706919328 139795436127957 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 37924864 140730142008472 140730142008648 140730142008648 140730142011343 0
[pid=18443/tid=18455] ppid=18441 vsize=26004140 memory=280653698646416 CPUtime=0 cores=0-7
/proc/18443/task/18455/stat : 18455 (java) S 18441 18441 12385 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 20 0 151733823 26628239360 11581 33554432000 4194304 4196468 140730142003792 139793705866736 139795436127957 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 37924864 140730142008472 140730142008648 140730142008648 140730142011343 0
[pid=18443/tid=18456] ppid=18441 vsize=26004140 memory=280653698587696 CPUtime=0 cores=0-7
/proc/18443/task/18456/stat : 18456 (java) S 18441 18441 12385 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 151733825 26628239360 11581 33554432000 4194304 4196468 140730142003792 139793704815312 139795436136347 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 37924864 140730142008472 140730142008648 140730142008648 140730142011343 0
[pid=18443/tid=18457] ppid=18441 vsize=26004140 memory=280653698660240 CPUtime=0.02 cores=0-7
/proc/18443/task/18457/stat : 18457 (java) S 18441 18441 12385 0 -1 1077944384 548 0 0 0 2 0 0 0 20 0 20 0 151733825 26628239360 11581 33554432000 4194304 4196468 140730142003792 139793703761904 139795436128898 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 37924864 140730142008472 140730142008648 140730142008648 140730142011343 0
[pid=18443/tid=18458] ppid=18441 vsize=26004140 memory=280653698667152 CPUtime=0.01 cores=0-7
/proc/18443/task/18458/stat : 18458 (java) S 18441 18441 12385 0 -1 1077944384 95 0 0 0 1 0 0 0 20 0 20 0 151733825 26628239360 11581 33554432000 4194304 4196468 140730142003792 139793702709360 139795436128898 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 37924864 140730142008472 140730142008648 140730142008648 140730142011343 0
[pid=18443/tid=18459] ppid=18441 vsize=26004140 memory=280653698664848 CPUtime=0.03 cores=0-7
/proc/18443/task/18459/stat : 18459 (java) S 18441 18441 12385 0 -1 1077944384 228 0 0 0 3 0 0 0 20 0 20 0 151733825 26628239360 11581 33554432000 4194304 4196468 140730142003792 139793701656816 139795436128898 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 37924864 140730142008472 140730142008648 140730142008648 140730142011343 0
[pid=18443/tid=18460] ppid=18441 vsize=26004140 memory=280653698681008 CPUtime=0.11 cores=0-7
/proc/18443/task/18460/stat : 18460 (java) S 18441 18441 12385 0 -1 1077944384 821 0 0 0 11 0 0 0 20 0 20 0 151733825 26628239360 11581 33554432000 4194304 4196468 140730142003792 139793700604272 139795436128898 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 37924864 140730142008472 140730142008648 140730142008648 140730142011343 0
[pid=18443/tid=18461] ppid=18441 vsize=26004140 memory=0 CPUtime=0 cores=0-7
/proc/18443/task/18461/stat : 18461 (java) S 18441 18441 12385 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 151733825 26628239360 11581 33554432000 4194304 4196468 140730142003792 139793699551968 139795436127957 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 37924864 140730142008472 140730142008648 140730142008648 140730142011343 0
[pid=18443/tid=18462] ppid=18441 vsize=26004140 memory=-1 CPUtime=0 cores=0-7
/proc/18443/task/18462/stat : 18462 (java) S 18441 18441 12385 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 151733825 26628239360 11581 33554432000 4194304 4196468 140730142003792 139793698499504 139795436128898 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 37924864 140730142008472 140730142008648 140730142008648 140730142011343 0
Current children cumulated CPU time: 0.5 s
Current children cumulated vsize: 26013652 KiB
Current children cumulated memory: 47648 KiB

[startup+0.559975 s]
# the end of solver process 18441 was just reported to runsolver
# cumulated CPU time of all completed processes:  user=1.08112 s, system=0.063245 s

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

[startup+0.410524 s]*
/proc/loadavg: 1.62 5.42 7.12 4/200 18462
/proc/meminfo: memFree=28965408/32770624 swapFree=67108860/67108860
[pid=18441] ppid=18438 vsize=9512 memory=1380 CPUtime=0 cores=0-7
/proc/18441/stat : 18441 (xcsp3-exec) S 18438 18441 12385 0 -1 4202496 513 0 0 0 0 0 0 0 20 0 1 0 151733819 9740288 345 33554432000 4194304 5098028 140720901803760 140720901801864 140447462527612 0 65536 4100 65538 18446744071579417331 0 0 17 2 0 0 0 0 0 7196144 7232144 12214272 140720901805163 140720901805372 140720901805372 140720901808107 0
/proc/18441/statm: 2378 345 289 221 0 87 0
[pid=18443] ppid=18441 vsize=26006188 memory=54908 CPUtime=0.72 cores=0-7
/proc/18443/stat : 18443 (java) S 18441 18441 12385 0 -1 1077944320 10449 0 0 0 69 3 0 0 20 0 20 0 151733819 26630336512 13661 33554432000 4194304 4196468 140730142003792 140730141986336 139795436117751 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0 0 0 6293624 6294260 37924864 140730142008472 140730142008648 140730142008648 140730142011343 0
/proc/18443/statm: 6501547 13661 3173 1 0 6488781 0
[pid=18443/tid=18444] ppid=18441 vsize=26006188 memory=8318255677412212789 CPUtime=0.39 cores=0-7
/proc/18443/task/18444/stat : 18444 (java) R 18441 18441 12385 0 -1 4202560 6712 0 0 0 37 2 0 0 20 0 20 0 151733820 26630336512 13727 33554432000 4194304 4196468 140730142003792 139795440350672 139795414128545 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 37924864 140730142008472 140730142008648 140730142008648 140730142011343 0
[pid=18443/tid=18445] ppid=18441 vsize=26006188 memory=288230604707987820 CPUtime=0 cores=0-7
/proc/18443/task/18445/stat : 18445 (java) S 18441 18441 12385 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 151733820 26630336512 13727 33554432000 4194304 4196468 140730142003792 139795358698256 139795436127957 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 37924864 140730142008472 140730142008648 140730142008648 140730142011343 0
[pid=18443/tid=18446] ppid=18441 vsize=26006188 memory=140326998510731 CPUtime=0 cores=0-7
/proc/18443/task/18446/stat : 18446 (java) S 18441 18441 12385 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 151733820 26630336512 13727 33554432000 4194304 4196468 140730142003792 139795357645712 139795436127957 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 37924864 140730142008472 140730142008648 140730142008648 140730142011343 0
[pid=18443/tid=18447] ppid=18441 vsize=26006188 memory=-1 CPUtime=0 cores=0-7
/proc/18443/task/18447/stat : 18447 (java) S 18441 18441 12385 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 151733820 26630336512 13727 33554432000 4194304 4196468 140730142003792 139795356593168 139795436127957 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 37924864 140730142008472 140730142008648 140730142008648 140730142011343 0
[pid=18443/tid=18448] ppid=18441 vsize=26006188 memory=0 CPUtime=0 cores=0-7
/proc/18443/task/18448/stat : 18448 (java) S 18441 18441 12385 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 151733820 26630336512 13727 33554432000 4194304 4196468 140730142003792 139795355540624 139795436127957 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 37924864 140730142008472 140730142008648 140730142008648 140730142011343 0
[pid=18443/tid=18449] ppid=18441 vsize=26006188 memory=0 CPUtime=0 cores=0-7
/proc/18443/task/18449/stat : 18449 (java) S 18441 18441 12385 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 151733820 26630336512 13727 33554432000 4194304 4196468 140730142003792 139795354487056 139795436127957 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 37924864 140730142008472 140730142008648 140730142008648 140730142011343 0
[pid=18443/tid=18450] ppid=18441 vsize=26006188 memory=-1 CPUtime=0 cores=0-7
/proc/18443/task/18450/stat : 18450 (java) S 18441 18441 12385 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 151733820 26630336512 13727 33554432000 4194304 4196468 140730142003792 139795353434512 139795436127957 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 37924864 140730142008472 140730142008648 140730142008648 140730142011343 0
[pid=18443/tid=18451] ppid=18441 vsize=26006188 memory=0 CPUtime=0 cores=0-7
/proc/18443/task/18451/stat : 18451 (java) S 18441 18441 12385 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 151733820 26630336512 13727 33554432000 4194304 4196468 140730142003792 139795352381968 139795436127957 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 37924864 140730142008472 140730142008648 140730142008648 140730142011343 0
[pid=18443/tid=18452] ppid=18441 vsize=26006188 memory=0 CPUtime=0 cores=0-7
/proc/18443/task/18452/stat : 18452 (java) S 18441 18441 12385 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 151733820 26630336512 13727 33554432000 4194304 4196468 140730142003792 139795351329424 139795436127957 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 37924864 140730142008472 140730142008648 140730142008648 140730142011343 0
[pid=18443/tid=18453] ppid=18441 vsize=26006188 memory=0 CPUtime=0 cores=0-7
/proc/18443/task/18453/stat : 18453 (java) S 18441 18441 12385 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 151733822 26630336512 13727 33554432000 4194304 4196468 140730142003792 139793707973104 139795436128898 0 0 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 37924864 140730142008472 140730142008648 140730142008648 140730142011343 0
[pid=18443/tid=18454] ppid=18441 vsize=26006188 memory=0 CPUtime=0 cores=0-7
/proc/18443/task/18454/stat : 18454 (java) S 18441 18441 12385 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 20 0 151733822 26630336512 13727 33554432000 4194304 4196468 140730142003792 139793706919328 139795436127957 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 37924864 140730142008472 140730142008648 140730142008648 140730142011343 0
[pid=18443/tid=18455] ppid=18441 vsize=26006188 memory=0 CPUtime=0 cores=0-7
/proc/18443/task/18455/stat : 18455 (java) S 18441 18441 12385 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 20 0 151733823 26630336512 13727 33554432000 4194304 4196468 140730142003792 139793705866736 139795436127957 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 37924864 140730142008472 140730142008648 140730142008648 140730142011343 0
[pid=18443/tid=18456] ppid=18441 vsize=26006188 memory=0 CPUtime=0 cores=0-7
/proc/18443/task/18456/stat : 18456 (java) S 18441 18441 12385 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 151733825 26630336512 13727 33554432000 4194304 4196468 140730142003792 139793704815312 139795436136347 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 37924864 140730142008472 140730142008648 140730142008648 140730142011343 0
[pid=18443/tid=18457] ppid=18441 vsize=26006188 memory=0 CPUtime=0.05 cores=0-7
/proc/18443/task/18457/stat : 18457 (java) R 18441 18441 12385 0 -1 4202560 843 0 0 0 5 0 0 0 20 0 20 0 151733825 26630336512 13727 33554432000 4194304 4196468 140730142003792 139793703761904 139795422156206 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 37924864 140730142008472 140730142008648 140730142008648 140730142011343 0
[pid=18443/tid=18458] ppid=18441 vsize=26006188 memory=0 CPUtime=0.03 cores=0-7
/proc/18443/task/18458/stat : 18458 (java) R 18441 18441 12385 0 -1 4202560 394 0 0 0 3 0 0 0 20 0 20 0 151733825 26630336512 13727 33554432000 4194304 4196468 140730142003792 139793702697952 139795416818366 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 37924864 140730142008472 140730142008648 140730142008648 140730142011343 0
[pid=18443/tid=18459] ppid=18441 vsize=26006188 memory=-1 CPUtime=0.05 cores=0-7
/proc/18443/task/18459/stat : 18459 (java) R 18441 18441 12385 0 -1 4202560 338 0 0 0 5 0 0 0 20 0 20 0 151733825 26630336512 13727 33554432000 4194304 4196468 140730142003792 139793701656816 139795419388696 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 37924864 140730142008472 140730142008648 140730142008648 140730142011343 0
[pid=18443/tid=18460] ppid=18441 vsize=26006188 memory=0 CPUtime=0.16 cores=0-7
/proc/18443/task/18460/stat : 18460 (java) R 18441 18441 12385 0 -1 4202560 939 0 0 0 16 0 0 0 20 0 20 0 151733825 26630336512 13727 33554432000 4194304 4196468 140730142003792 139793700604272 139795415253260 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 37924864 140730142008472 140730142008648 140730142008648 140730142011343 0
[pid=18443/tid=18461] ppid=18441 vsize=26006188 memory=0 CPUtime=0 cores=0-7
/proc/18443/task/18461/stat : 18461 (java) S 18441 18441 12385 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 151733825 26630336512 13727 33554432000 4194304 4196468 140730142003792 139793699551968 139795436127957 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 37924864 140730142008472 140730142008648 140730142008648 140730142011343 0
[pid=18443/tid=18462] ppid=18441 vsize=26006188 memory=-1 CPUtime=0 cores=0-7
/proc/18443/task/18462/stat : 18462 (java) S 18441 18441 12385 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 151733825 26630336512 13727 33554432000 4194304 4196468 140730142003792 139793698499504 139795436128898 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 37924864 140730142008472 140730142008648 140730142008648 140730142011343 0
Current children cumulated CPU time: 0.72 s
Current children cumulated vsize: 26015700 KiB
Current children cumulated memory: 56288 KiB

[startup+0.510458 s]*
/proc/loadavg: 1.62 5.42 7.12 3/200 18462
/proc/meminfo: memFree=28958804/32770624 swapFree=67108860/67108860
[pid=18441] ppid=18438 vsize=9512 memory=1380 CPUtime=0 cores=0-7
/proc/18441/stat : 18441 (xcsp3-exec) S 18438 18441 12385 0 -1 4202496 513 0 0 0 0 0 0 0 20 0 1 0 151733819 9740288 345 33554432000 4194304 5098028 140720901803760 140720901801864 140447462527612 0 65536 4100 65538 18446744071579417331 0 0 17 2 0 0 0 0 0 7196144 7232144 12214272 140720901805163 140720901805372 140720901805372 140720901808107 0
/proc/18441/statm: 2378 345 289 221 0 87 0
[pid=18443] ppid=18441 vsize=26006188 memory=62452 CPUtime=1.01 cores=0-7
/proc/18443/stat : 18443 (java) S 18441 18441 12385 0 -1 1077944320 11321 0 0 0 97 4 0 0 20 0 20 0 151733819 26630336512 15613 33554432000 4194304 4196468 140730142003792 140730141986336 139795436117751 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0 0 0 6293624 6294260 37924864 140730142008472 140730142008648 140730142008648 140730142011343 0
/proc/18443/statm: 6501547 15613 3187 1 0 6488781 0
[pid=18443/tid=18444] ppid=18441 vsize=26006188 memory=6791534058613427641 CPUtime=0.49 cores=0-7
/proc/18443/task/18444/stat : 18444 (java) R 18441 18441 12385 0 -1 4202560 6842 0 0 0 47 2 0 0 20 0 20 0 151733820 26630336512 15613 33554432000 4194304 4196468 140730142003792 139795440350480 139795436129686 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 37924864 140730142008472 140730142008648 140730142008648 140730142011343 0
[pid=18443/tid=18445] ppid=18441 vsize=26006188 memory=4872558044660077418 CPUtime=0 cores=0-7
/proc/18443/task/18445/stat : 18445 (java) S 18441 18441 12385 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 151733820 26630336512 15613 33554432000 4194304 4196468 140730142003792 139795358698256 139795436127957 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 37924864 140730142008472 140730142008648 140730142008648 140730142011343 0
[pid=18443/tid=18446] ppid=18441 vsize=26006188 memory=1696 CPUtime=0 cores=0-7
/proc/18443/task/18446/stat : 18446 (java) S 18441 18441 12385 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 151733820 26630336512 15613 33554432000 4194304 4196468 140730142003792 139795357645712 139795436127957 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 37924864 140730142008472 140730142008648 140730142008648 140730142011343 0
[pid=18443/tid=18447] ppid=18441 vsize=26006188 memory=920 CPUtime=0 cores=0-7
/proc/18443/task/18447/stat : 18447 (java) S 18441 18441 12385 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 151733820 26630336512 15613 33554432000 4194304 4196468 140730142003792 139795356593168 139795436127957 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 37924864 140730142008472 140730142008648 140730142008648 140730142011343 0
[pid=18443/tid=18448] ppid=18441 vsize=26006188 memory=5324 CPUtime=0 cores=0-7
/proc/18443/task/18448/stat : 18448 (java) S 18441 18441 12385 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 151733820 26630336512 15613 33554432000 4194304 4196468 140730142003792 139795355540624 139795436127957 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 37924864 140730142008472 140730142008648 140730142008648 140730142011343 0
[pid=18443/tid=18449] ppid=18441 vsize=26006188 memory=4104 CPUtime=0 cores=0-7
/proc/18443/task/18449/stat : 18449 (java) S 18441 18441 12385 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 151733820 26630336512 15613 33554432000 4194304 4196468 140730142003792 139795354487056 139795436127957 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 37924864 140730142008472 140730142008648 140730142008648 140730142011343 0
[pid=18443/tid=18450] ppid=18441 vsize=26006188 memory=1156 CPUtime=0 cores=0-7
/proc/18443/task/18450/stat : 18450 (java) S 18441 18441 12385 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 151733820 26630336512 15613 33554432000 4194304 4196468 140730142003792 139795353434512 139795436127957 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 37924864 140730142008472 140730142008648 140730142008648 140730142011343 0
[pid=18443/tid=18451] ppid=18441 vsize=26006188 memory=2256 CPUtime=0 cores=0-7
/proc/18443/task/18451/stat : 18451 (java) S 18441 18441 12385 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 151733820 26630336512 15613 33554432000 4194304 4196468 140730142003792 139795352381968 139795436127957 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 37924864 140730142008472 140730142008648 140730142008648 140730142011343 0
[pid=18443/tid=18452] ppid=18441 vsize=26006188 memory=1380 CPUtime=0 cores=0-7
/proc/18443/task/18452/stat : 18452 (java) S 18441 18441 12385 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 151733820 26630336512 15613 33554432000 4194304 4196468 140730142003792 139795351329424 139795436127957 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 37924864 140730142008472 140730142008648 140730142008648 140730142011343 0
[pid=18443/tid=18453] ppid=18441 vsize=26006188 memory=46268 CPUtime=0 cores=0-7
/proc/18443/task/18453/stat : 18453 (java) S 18441 18441 12385 0 -1 1077944384 5 0 0 0 0 0 0 0 20 0 20 0 151733822 26630336512 15613 33554432000 4194304 4196468 140730142003792 139793707973104 139795436128898 0 0 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 37924864 140730142008472 140730142008648 140730142008648 140730142011343 0
[pid=18443/tid=18454] ppid=18441 vsize=26006188 memory=0 CPUtime=0 cores=0-7
/proc/18443/task/18454/stat : 18454 (java) S 18441 18441 12385 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 20 0 151733822 26630336512 15613 33554432000 4194304 4196468 140730142003792 139793706919328 139795436127957 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 37924864 140730142008472 140730142008648 140730142008648 140730142011343 0
[pid=18443/tid=18455] ppid=18441 vsize=26006188 memory=0 CPUtime=0 cores=0-7
/proc/18443/task/18455/stat : 18455 (java) S 18441 18441 12385 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 20 0 151733823 26630336512 15613 33554432000 4194304 4196468 140730142003792 139793705866736 139795436127957 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 37924864 140730142008472 140730142008648 140730142008648 140730142011343 0
[pid=18443/tid=18456] ppid=18441 vsize=26006188 memory=0 CPUtime=0 cores=0-7
/proc/18443/task/18456/stat : 18456 (java) S 18441 18441 12385 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 151733825 26630336512 15613 33554432000 4194304 4196468 140730142003792 139793704815312 139795436136347 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 37924864 140730142008472 140730142008648 140730142008648 140730142011343 0
[pid=18443/tid=18457] ppid=18441 vsize=26006188 memory=0 CPUtime=0.07 cores=0-7
/proc/18443/task/18457/stat : 18457 (java) S 18441 18441 12385 0 -1 1077944384 1019 0 0 0 7 0 0 0 20 0 20 0 151733825 26630336512 15613 33554432000 4194304 4196468 140730142003792 139793703761904 139795436128898 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 37924864 140730142008472 140730142008648 140730142008648 140730142011343 0
[pid=18443/tid=18458] ppid=18441 vsize=26006188 memory=0 CPUtime=0.09 cores=0-7
/proc/18443/task/18458/stat : 18458 (java) S 18441 18441 12385 0 -1 1077944384 584 0 0 0 9 0 0 0 20 0 20 0 151733825 26630336512 15613 33554432000 4194304 4196468 140730142003792 139793702709360 139795436128898 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 37924864 140730142008472 140730142008648 140730142008648 140730142011343 0
[pid=18443/tid=18459] ppid=18441 vsize=26006188 memory=-1 CPUtime=0.07 cores=0-7
/proc/18443/task/18459/stat : 18459 (java) S 18441 18441 12385 0 -1 1077944384 361 0 0 0 7 0 0 0 20 0 20 0 151733825 26630336512 15613 33554432000 4194304 4196468 140730142003792 139793701656816 139795436128898 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 37924864 140730142008472 140730142008648 140730142008648 140730142011343 0
[pid=18443/tid=18460] ppid=18441 vsize=26006188 memory=140326849311663 CPUtime=0.25 cores=0-7
/proc/18443/task/18460/stat : 18460 (java) R 18441 18441 12385 0 -1 4202560 1202 0 0 0 25 0 0 0 20 0 20 0 151733825 26630336512 15613 33554432000 4194304 4196468 140730142003792 139793700600144 139795429214587 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 37924864 140730142008472 140730142008648 140730142008648 140730142011343 0
[pid=18443/tid=18461] ppid=18441 vsize=26006188 memory=3689636878213984304 CPUtime=0 cores=0-7
/proc/18443/task/18461/stat : 18461 (java) S 18441 18441 12385 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 151733825 26630336512 15613 33554432000 4194304 4196468 140730142003792 139793699551968 139795436127957 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 37924864 140730142008472 140730142008648 140730142008648 140730142011343 0
[pid=18443/tid=18462] ppid=18441 vsize=26006188 memory=3906364840619423794 CPUtime=0 cores=0-7
/proc/18443/task/18462/stat : 18462 (java) S 18441 18441 12385 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 151733825 26630336512 15613 33554432000 4194304 4196468 140730142003792 139793698499504 139795436128898 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 37924864 140730142008472 140730142008648 140730142008648 140730142011343 0
Current children cumulated CPU time: 1.01 s
Current children cumulated vsize: 26015700 KiB
Current children cumulated memory: 63832 KiB

Child status: 0
Real time (s): 0.560029
CPU time (s): 1.14436
CPU user time (s): 1.08112
CPU system time (s): 0.063245
CPU usage (%): 204.34
Max. virtual memory (cumulated for all children) (KiB): 26015700
Max. memory (cumulated for all children) (KiB): 63832

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1.08112
system time used= 0.063245
maximum resident set size= 99296
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 12589
page faults= 0
swaps= 0
block input operations= 0
block output operations= 72
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 2501
involuntary context switches= 23


# summary of solver processes directly reported to runsolver:
#   pid: 18441
#   total CPU time (s): 1.14436
#   total CPU user time (s): 1.08112
#   total CPU system time (s): 0.063245

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 0.030371 second user time and 0.044119 second system time

The end

Launcher Data

Begin job on node102 at 2017-08-20 01:33:16
IDJOB=4281407
IDBENCH=127047
IDSOLVER=2676
FILE ID=node102/4281407-1503186457
RUNJOBID= node102-1503173704-12412
PBS_JOBID= 20630840
Free space on /tmp= 61880 MiB

SOLVER NAME= choco-solver 4.0.5 par
BENCH NAME= XCSP17/LowAutocorrelation/LowAutocorrelation-m1-s1/LowAutocorrelation-004.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-4281407-1503186457/watcher-4281407-1503186457 -o /tmp/evaluation-result-4281407-1503186457/solver-4281407-1503186457 -C 2016 -W 252 -M 31000 --bin-var /tmp/runsolver-exch-node102-1503173704-12412 --watchdog 312  ./xcsp3-exec -dir HOME -tl 2016 -p 8 -ml 22000 -tdir HOME -seed 699820872 HOME/instance-4281407-1503186457.xml

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

MD5SUM BENCH= b220eda080bc853662ea3d9fecf431a6
RANDOM SEED=699820872

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

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

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

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

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

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

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

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

processor	: 6
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
microcode	: 0x19
cpu MHz		: 2668.000
cache size	: 8192 KB
physical id	: 0
siblings	: 4
core id		: 3
cpu cores	: 4
apicid		: 6
initial apicid	: 6
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida dtherm tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5333.35
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:        29007448 kB
MemAvailable:   31975432 kB
Buffers:          237792 kB
Cached:          3023140 kB
SwapCached:            0 kB
Active:           968636 kB
Inactive:        2345204 kB
Active(anon):       5944 kB
Inactive(anon):    83080 kB
Active(file):     962692 kB
Inactive(file):  2262124 kB
Unevictable:        7476 kB
Mlocked:            7476 kB
SwapTotal:      67108860 kB
SwapFree:       67108860 kB
Dirty:              7812 kB
Writeback:             0 kB
AnonPages:         59492 kB
Mapped:            51380 kB
Shmem:             33420 kB
Slab:             145120 kB
SReclaimable:     118008 kB
SUnreclaim:        27112 kB
KernelStack:        3200 kB
PageTables:         5188 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83494172 kB
Committed_AS:     335640 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      350232 kB
VmallocChunk:   34341910524 kB
HardwareCorrupted:     0 kB
AnonHugePages:      4096 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
DirectMap4k:      134528 kB
DirectMap2M:    33411072 kB

Free space on /tmp at the end= 61872 MiB
End job on node102 at 2017-08-20 01:33:17