Trace number 4283357

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 5a (2017-08-18)OPT2 0.96801901 0.67790502

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.014442
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.12	c java -server -Xmx11000m -cp .:.//choco-parsers.jar org.chocosolver.parser.xcsp.ChocoXCSP "HOME/instance-4283357-1503206685.xml"  -tl '2520s' -p 1 -x 3
0.05/0.31	c [HOME/instance-4283357-1503206685.xml, -tl, 2520s, -p, 1, -x, 3]
0.23/0.37	c simple solver
0.38/0.44	c parse instance...
0.79/0.64	c solve instance...
0.79/0.66	o 2 
0.79/0.67	s OPTIMUM FOUND
0.79/0.67	v <instantiation>
0.79/0.67	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>
0.79/0.67	v 	<values>-1 -1 1 -1 1 -1 -1 -1 1 1 -1 0 1 1 0 1 </values>
0.79/0.67	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 (15284 MiB free)
  memory of node 1: 16384 MiB (15239 MiB free)
  node distances:
     10  21
     21  10

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-4283357-1503206685/watcher-4283357-1503206685 -o /tmp/evaluation-result-4283357-1503206685/solver-4283357-1503206685 -C 2520 -W 2520 -M 15500 --bin-var /tmp/runsolver-exch-node128-1503171959-30214 --watchdog 2580 ./xcsp3-exec -dir HOME -tl 2520 -ml 11000 -tdir HOME -seed 801060470 HOME/instance-4283357-1503206685.xml 

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

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

solver pid=4782, runsolver pid=4779

[startup+0.10015 s]*
/proc/loadavg: 1.58 1.73 1.85 2/199 4783
/proc/meminfo: memFree=31259268/32770624 swapFree=67108860/67108860
[pid=4782] ppid=4779 vsize=33976 memory=456 CPUtime=0 cores=0,2,4,6
/proc/4782/stat : 4782 (runsolver) D 4779 4782 16431 0 -1 4202560 111 0 0 0 0 0 0 0 20 0 1 0 19078366 34791424 114 18446744073709551615 4194304 4346622 140729923038720 140729923035352 139725824852695 0 0 1 24578 18446744071580418449 0 0 17 2 0 0 0 0 0 6446216 6449568 29995008 140729923043384 140729923043877 140729923043877 140729923047370 0
/proc/4782/statm: 8494 114 52 38 0 4205 0
Current children cumulated CPU time: 0 s
Current children cumulated vsize: 33976 KiB
Current children cumulated memory: 456 KiB

[startup+0.209423 s]*
/proc/loadavg: 1.58 1.73 1.85 2/213 4797
/proc/meminfo: memFree=31248756/32770624 swapFree=67108860/67108860
[pid=4782] ppid=4779 vsize=9512 memory=1380 CPUtime=0 cores=0,2,4,6
/proc/4782/stat : 4782 (xcsp3-exec) S 4779 4782 16431 0 -1 4202496 515 0 0 0 0 0 0 0 20 0 1 0 19078366 9740288 345 18446744073709551615 4194304 5098028 140721809919440 140721809917544 140203020628604 0 65536 5 65538 18446744071579417331 0 0 17 4 0 0 12 0 0 7196144 7232144 15597568 140721809924474 140721809924678 140721809924678 140721809928171 0
/proc/4782/statm: 2378 345 289 221 0 87 0
[pid=4784] ppid=4782 vsize=13907304 memory=22144 CPUtime=0.05 cores=0,2,4,6
/proc/4784/stat : 4784 (java) S 4782 4782 16431 0 -1 1077944320 4925 0 0 0 5 0 0 0 20 0 14 0 19078378 14241079296 5536 18446744073709551615 4194304 4196468 140723897348160 140723897330704 140655822864119 0 0 1 16800974 18446744073709551615 0 0 17 0 0 0 0 0 0 6293624 6294260 35266560 140723897356722 140723897356898 140723897356898 140723897360335 0
/proc/4784/statm: 3476826 5536 2568 1 0 3466323 0
[pid=4784/tid=4785] ppid=4782 vsize=13907304 memory=7311146985107750967 CPUtime=0.04 cores=0,2,4,6
/proc/4784/task/4785/stat : 4785 (java) D 4782 4782 16431 0 -1 4202560 3106 0 0 0 4 0 0 0 20 0 14 0 19078378 14241079296 5536 18446744073709551615 4194304 4196468 140723897348160 140655827101600 140655822886141 0 4 1 16800974 18446744071580418449 0 0 -1 0 0 0 0 0 0 6293624 6294260 35266560 140723897356722 140723897356898 140723897356898 140723897360335 0
[pid=4784/tid=4786] ppid=4782 vsize=13907304 memory=10596 CPUtime=0 cores=0,2,4,6
/proc/4784/task/4786/stat : 4786 (java) S 4782 4782 16431 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 14 0 19078379 14241079296 5536 18446744073709551615 4194304 4196468 140723897348160 140655757298832 140655822874325 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 35266560 140723897356722 140723897356898 140723897356898 140723897360335 0
[pid=4784/tid=4787] ppid=4782 vsize=13907304 memory=139725828003176 CPUtime=0 cores=0,2,4,6
/proc/4784/task/4787/stat : 4787 (java) S 4782 4782 16431 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 14 0 19078379 14241079296 5536 18446744073709551615 4194304 4196468 140723897348160 140655756246032 140655822874325 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 35266560 140723897356722 140723897356898 140723897356898 140723897360335 0
[pid=4784/tid=4788] ppid=4782 vsize=13907304 memory=0 CPUtime=0 cores=0,2,4,6
/proc/4784/task/4788/stat : 4788 (java) S 4782 4782 16431 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 14 0 19078379 14241079296 5536 18446744073709551615 4194304 4196468 140723897348160 140655755193232 140655822874325 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 35266560 140723897356722 140723897356898 140723897356898 140723897360335 0
[pid=4784/tid=4789] ppid=4782 vsize=13907304 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/4784/task/4789/stat : 4789 (java) S 4782 4782 16431 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 14 0 19078379 14241079296 5536 18446744073709551615 4194304 4196468 140723897348160 140655754140432 140655822874325 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 35266560 140723897356722 140723897356898 140723897356898 140723897360335 0
[pid=4784/tid=4790] ppid=4782 vsize=13907304 memory=139725827802752 CPUtime=0 cores=0,2,4,6
/proc/4784/task/4790/stat : 4790 (java) S 4782 4782 16431 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 14 0 19078380 14241079296 5536 18446744073709551615 4194304 4196468 140723897348160 140655301446000 140655822875266 0 0 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 35266560 140723897356722 140723897356898 140723897356898 140723897360335 0
[pid=4784/tid=4791] ppid=4782 vsize=13907304 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/4784/task/4791/stat : 4791 (java) S 4782 4782 16431 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 14 0 19078381 14241079296 5536 18446744073709551615 4194304 4196468 140723897348160 140655300391968 140655822874325 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 35266560 140723897356722 140723897356898 140723897356898 140723897360335 0
[pid=4784/tid=4792] ppid=4782 vsize=13907304 memory=0 CPUtime=0 cores=0,2,4,6
/proc/4784/task/4792/stat : 4792 (java) S 4782 4782 16431 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 14 0 19078381 14241079296 5536 18446744073709551615 4194304 4196468 140723897348160 140655299339120 140655822874325 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 35266560 140723897356722 140723897356898 140723897356898 140723897360335 0
[pid=4784/tid=4793] ppid=4782 vsize=13907304 memory=0 CPUtime=0 cores=0,2,4,6
/proc/4784/task/4793/stat : 4793 (java) S 4782 4782 16431 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 14 0 19078383 14241079296 5536 18446744073709551615 4194304 4196468 140723897348160 140655298287440 140655822882715 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 35266560 140723897356722 140723897356898 140723897356898 140723897360335 0
[pid=4784/tid=4794] ppid=4782 vsize=13907304 memory=0 CPUtime=0 cores=0,2,4,6
/proc/4784/task/4794/stat : 4794 (java) S 4782 4782 16431 0 -1 1077944384 296 0 0 0 0 0 0 0 20 0 14 0 19078383 14241079296 5536 18446744073709551615 4194304 4196468 140723897348160 140655297235824 140655822875266 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 35266560 140723897356722 140723897356898 140723897356898 140723897360335 0
[pid=4784/tid=4795] ppid=4782 vsize=13907304 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/4784/task/4795/stat : 4795 (java) S 4782 4782 16431 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 14 0 19078383 14241079296 5536 18446744073709551615 4194304 4196468 140723897348160 140655296183024 140655822875266 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 35266560 140723897356722 140723897356898 140723897356898 140723897360335 0
[pid=4784/tid=4796] ppid=4782 vsize=13907304 memory=139725827802752 CPUtime=0 cores=0,2,4,6
/proc/4784/task/4796/stat : 4796 (java) S 4782 4782 16431 0 -1 1077944384 219 0 0 0 0 0 0 0 20 0 14 0 19078384 14241079296 5536 18446744073709551615 4194304 4196468 140723897348160 140655295130224 140655822875266 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 35266560 140723897356722 140723897356898 140723897356898 140723897360335 0
[pid=4784/tid=4797] ppid=4782 vsize=13907304 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/4784/task/4797/stat : 4797 (java) S 4782 4782 16431 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 14 0 19078384 14241079296 5536 18446744073709551615 4194304 4196468 140723897348160 140655294077664 140655822874325 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 35266560 140723897356722 140723897356898 140723897356898 140723897360335 0
Current children cumulated CPU time: 0.05 s
Current children cumulated vsize: 13916816 KiB
Current children cumulated memory: 23524 KiB

[startup+0.314063 s]*
/proc/loadavg: 1.58 1.73 1.85 3/214 4798
/proc/meminfo: memFree=31240196/32770624 swapFree=67108860/67108860
[pid=4782] ppid=4779 vsize=9512 memory=1380 CPUtime=0 cores=0,2,4,6
/proc/4782/stat : 4782 (xcsp3-exec) S 4779 4782 16431 0 -1 4202496 515 0 0 0 0 0 0 0 20 0 1 0 19078366 9740288 345 18446744073709551615 4194304 5098028 140721809919440 140721809917544 140203020628604 0 65536 5 65538 18446744071579417331 0 0 17 4 0 0 12 0 0 7196144 7232144 15597568 140721809924474 140721809924678 140721809924678 140721809928171 0
/proc/4782/statm: 2378 345 289 221 0 87 0
[pid=4784] ppid=4782 vsize=13975376 memory=33684 CPUtime=0.23 cores=0,2,4,6
/proc/4784/stat : 4784 (java) S 4782 4782 16431 0 -1 1077944320 7739 0 0 0 21 2 0 0 20 0 15 0 19078378 14310785024 8355 18446744073709551615 4194304 4196468 140723897348160 140723897330704 140655822864119 0 0 1 16800974 18446744073709551615 0 0 17 0 0 0 0 0 0 6293624 6294260 35266560 140723897356722 140723897356898 140723897356898 140723897360335 0
/proc/4784/statm: 3493844 8355 2939 1 0 3483220 0
[pid=4784/tid=4785] ppid=4782 vsize=13975376 memory=6933928925625698159 CPUtime=0.13 cores=0,2,4,6
/proc/4784/task/4785/stat : 4785 (java) R 4782 4782 16431 0 -1 4202560 5170 0 0 0 12 1 0 0 20 0 15 0 19078378 14310785024 8553 18446744073709551615 4194304 4196468 140723897348160 140655827086496 140655815543837 0 4 1 16800974 0 0 0 -1 0 0 0 4 0 0 6293624 6294260 35266560 140723897356722 140723897356898 140723897356898 140723897360335 0
[pid=4784/tid=4786] ppid=4782 vsize=13975376 memory=0 CPUtime=0 cores=0,2,4,6
/proc/4784/task/4786/stat : 4786 (java) S 4782 4782 16431 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 19078379 14310785024 8553 18446744073709551615 4194304 4196468 140723897348160 140655757298832 140655822874325 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 35266560 140723897356722 140723897356898 140723897356898 140723897360335 0
[pid=4784/tid=4787] ppid=4782 vsize=13975376 memory=0 CPUtime=0 cores=0,2,4,6
/proc/4784/task/4787/stat : 4787 (java) S 4782 4782 16431 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 19078379 14310785024 8553 18446744073709551615 4194304 4196468 140723897348160 140655756246032 140655822874325 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 35266560 140723897356722 140723897356898 140723897356898 140723897360335 0
[pid=4784/tid=4788] ppid=4782 vsize=13975376 memory=0 CPUtime=0 cores=0,2,4,6
/proc/4784/task/4788/stat : 4788 (java) S 4782 4782 16431 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 19078379 14310785024 8553 18446744073709551615 4194304 4196468 140723897348160 140655755193232 140655822874325 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 35266560 140723897356722 140723897356898 140723897356898 140723897360335 0
[pid=4784/tid=4789] ppid=4782 vsize=13975376 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/4784/task/4789/stat : 4789 (java) S 4782 4782 16431 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 19078379 14310785024 8619 18446744073709551615 4194304 4196468 140723897348160 140655754140432 140655822874325 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 35266560 140723897356722 140723897356898 140723897356898 140723897360335 0
[pid=4784/tid=4790] ppid=4782 vsize=13975376 memory=139725827802752 CPUtime=0 cores=0,2,4,6
/proc/4784/task/4790/stat : 4790 (java) S 4782 4782 16431 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 19078380 14310785024 8619 18446744073709551615 4194304 4196468 140723897348160 140655301446000 140655822875266 0 0 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 35266560 140723897356722 140723897356898 140723897356898 140723897360335 0
[pid=4784/tid=4791] ppid=4782 vsize=13975376 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/4784/task/4791/stat : 4791 (java) S 4782 4782 16431 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 19078381 14310785024 8619 18446744073709551615 4194304 4196468 140723897348160 140655300391968 140655822874325 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 35266560 140723897356722 140723897356898 140723897356898 140723897360335 0
[pid=4784/tid=4792] ppid=4782 vsize=13975376 memory=0 CPUtime=0 cores=0,2,4,6
/proc/4784/task/4792/stat : 4792 (java) S 4782 4782 16431 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 19078381 14310785024 8619 18446744073709551615 4194304 4196468 140723897348160 140655299339120 140655822874325 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 35266560 140723897356722 140723897356898 140723897356898 140723897360335 0
[pid=4784/tid=4793] ppid=4782 vsize=13975376 memory=0 CPUtime=0 cores=0,2,4,6
/proc/4784/task/4793/stat : 4793 (java) S 4782 4782 16431 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 19078383 14310785024 8619 18446744073709551615 4194304 4196468 140723897348160 140655298287440 140655822882715 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 35266560 140723897356722 140723897356898 140723897356898 140723897360335 0
[pid=4784/tid=4794] ppid=4782 vsize=13975376 memory=0 CPUtime=0.01 cores=0,2,4,6
/proc/4784/task/4794/stat : 4794 (java) S 4782 4782 16431 0 -1 1077944384 542 0 0 0 1 0 0 0 20 0 15 0 19078383 14310785024 8685 18446744073709551615 4194304 4196468 140723897348160 140655297235824 140655822875266 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 35266560 140723897356722 140723897356898 140723897356898 140723897360335 0
[pid=4784/tid=4795] ppid=4782 vsize=13975376 memory=-1 CPUtime=0.01 cores=0,2,4,6
/proc/4784/task/4795/stat : 4795 (java) S 4782 4782 16431 0 -1 1077944384 186 0 0 0 1 0 0 0 20 0 15 0 19078383 14310785024 8685 18446744073709551615 4194304 4196468 140723897348160 140655296183024 140655822875266 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 35266560 140723897356722 140723897356898 140723897356898 140723897360335 0
[pid=4784/tid=4796] ppid=4782 vsize=13975376 memory=139725827802752 CPUtime=0.04 cores=0,2,4,6
/proc/4784/task/4796/stat : 4796 (java) S 4782 4782 16431 0 -1 1077944384 718 0 0 0 4 0 0 0 20 0 15 0 19078384 14310785024 8685 18446744073709551615 4194304 4196468 140723897348160 140655295130224 140655822875266 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 35266560 140723897356722 140723897356898 140723897356898 140723897360335 0
[pid=4784/tid=4797] ppid=4782 vsize=13975376 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/4784/task/4797/stat : 4797 (java) S 4782 4782 16431 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 19078384 14310785024 8685 18446744073709551615 4194304 4196468 140723897348160 140655294077664 140655822874325 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 35266560 140723897356722 140723897356898 140723897356898 140723897360335 0
[pid=4784/tid=4798] ppid=4782 vsize=13975376 memory=139725827802752 CPUtime=0 cores=0,2,4,6
/proc/4784/task/4798/stat : 4798 (java) S 4782 4782 16431 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 19078389 14310785024 8751 18446744073709551615 4194304 4196468 140723897348160 140655293024944 140655822875266 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 35266560 140723897356722 140723897356898 140723897356898 140723897360335 0
Current children cumulated CPU time: 0.23 s
Current children cumulated vsize: 13984888 KiB
Current children cumulated memory: 35064 KiB

[startup+0.677869 s]
# the end of solver process 4782 was just reported to runsolver
# cumulated CPU time of all completed processes:  user=0.91359 s, system=0.054429 s

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

[startup+0.410836 s]*
/proc/loadavg: 1.58 1.73 1.85 3/214 4798
/proc/meminfo: memFree=31229812/32770624 swapFree=67108860/67108860
[pid=4782] ppid=4779 vsize=9512 memory=1380 CPUtime=0 cores=0,2,4,6
/proc/4782/stat : 4782 (xcsp3-exec) S 4779 4782 16431 0 -1 4202496 515 0 0 0 0 0 0 0 20 0 1 0 19078366 9740288 345 18446744073709551615 4194304 5098028 140721809919440 140721809917544 140203020628604 0 65536 5 65538 18446744071579417331 0 0 17 4 0 0 12 0 0 7196144 7232144 15597568 140721809924474 140721809924678 140721809924678 140721809928171 0
/proc/4782/statm: 2378 345 289 221 0 87 0
[pid=4784] ppid=4782 vsize=13978608 memory=42824 CPUtime=0.38 cores=0,2,4,6
/proc/4784/stat : 4784 (java) S 4782 4782 16431 0 -1 1077944320 9879 0 0 0 35 3 0 0 20 0 15 0 19078378 14314094592 10706 18446744073709551615 4194304 4196468 140723897348160 140723897330704 140655822864119 0 0 1 16800974 18446744073709551615 0 0 17 0 0 0 0 0 0 6293624 6294260 35266560 140723897356722 140723897356898 140723897356898 140723897360335 0
/proc/4784/statm: 3494652 10706 3042 1 0 3482964 0
[pid=4784/tid=4785] ppid=4782 vsize=13978608 memory=7311146985107750967 CPUtime=0.23 cores=0,2,4,6
/proc/4784/task/4785/stat : 4785 (java) R 4782 4782 16431 0 -1 4202560 6998 0 0 0 21 2 0 0 20 0 15 0 19078378 14314094592 10706 18446744073709551615 4194304 4196468 140723897348160 140655827086176 140655806944606 0 4 1 16800974 0 0 0 -1 4 0 0 4 0 0 6293624 6294260 35266560 140723897356722 140723897356898 140723897356898 140723897360335 0
[pid=4784/tid=4786] ppid=4782 vsize=13978608 memory=10596 CPUtime=0 cores=0,2,4,6
/proc/4784/task/4786/stat : 4786 (java) S 4782 4782 16431 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 19078379 14314094592 10706 18446744073709551615 4194304 4196468 140723897348160 140655757298832 140655822874325 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 35266560 140723897356722 140723897356898 140723897356898 140723897360335 0
[pid=4784/tid=4787] ppid=4782 vsize=13978608 memory=139725828003176 CPUtime=0 cores=0,2,4,6
/proc/4784/task/4787/stat : 4787 (java) S 4782 4782 16431 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 19078379 14314094592 10706 18446744073709551615 4194304 4196468 140723897348160 140655756246032 140655822874325 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 35266560 140723897356722 140723897356898 140723897356898 140723897360335 0
[pid=4784/tid=4788] ppid=4782 vsize=13978608 memory=0 CPUtime=0 cores=0,2,4,6
/proc/4784/task/4788/stat : 4788 (java) S 4782 4782 16431 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 19078379 14314094592 10706 18446744073709551615 4194304 4196468 140723897348160 140655755193232 140655822874325 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 35266560 140723897356722 140723897356898 140723897356898 140723897360335 0
[pid=4784/tid=4789] ppid=4782 vsize=13978608 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/4784/task/4789/stat : 4789 (java) S 4782 4782 16431 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 19078379 14314094592 10706 18446744073709551615 4194304 4196468 140723897348160 140655754140432 140655822874325 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 35266560 140723897356722 140723897356898 140723897356898 140723897360335 0
[pid=4784/tid=4790] ppid=4782 vsize=13978608 memory=139725827802752 CPUtime=0 cores=0,2,4,6
/proc/4784/task/4790/stat : 4790 (java) S 4782 4782 16431 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 19078380 14314094592 10706 18446744073709551615 4194304 4196468 140723897348160 140655301446000 140655822875266 0 0 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 35266560 140723897356722 140723897356898 140723897356898 140723897360335 0
[pid=4784/tid=4791] ppid=4782 vsize=13978608 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/4784/task/4791/stat : 4791 (java) S 4782 4782 16431 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 19078381 14314094592 10706 18446744073709551615 4194304 4196468 140723897348160 140655300391968 140655822874325 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 35266560 140723897356722 140723897356898 140723897356898 140723897360335 0
[pid=4784/tid=4792] ppid=4782 vsize=13978608 memory=0 CPUtime=0 cores=0,2,4,6
/proc/4784/task/4792/stat : 4792 (java) S 4782 4782 16431 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 19078381 14314094592 10706 18446744073709551615 4194304 4196468 140723897348160 140655299339120 140655822874325 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 35266560 140723897356722 140723897356898 140723897356898 140723897360335 0
[pid=4784/tid=4793] ppid=4782 vsize=13978608 memory=0 CPUtime=0 cores=0,2,4,6
/proc/4784/task/4793/stat : 4793 (java) S 4782 4782 16431 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 19078383 14314094592 10706 18446744073709551615 4194304 4196468 140723897348160 140655298287440 140655822882715 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 35266560 140723897356722 140723897356898 140723897356898 140723897360335 0
[pid=4784/tid=4794] ppid=4782 vsize=13978608 memory=0 CPUtime=0.03 cores=0,2,4,6
/proc/4784/task/4794/stat : 4794 (java) S 4782 4782 16431 0 -1 1077944384 626 0 0 0 3 0 0 0 20 0 15 0 19078383 14314094592 10706 18446744073709551615 4194304 4196468 140723897348160 140655297235824 140655822875266 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 35266560 140723897356722 140723897356898 140723897356898 140723897360335 0
[pid=4784/tid=4795] ppid=4782 vsize=13978608 memory=-1 CPUtime=0.02 cores=0,2,4,6
/proc/4784/task/4795/stat : 4795 (java) S 4782 4782 16431 0 -1 1077944384 208 0 0 0 2 0 0 0 20 0 15 0 19078383 14314094592 10706 18446744073709551615 4194304 4196468 140723897348160 140655296183024 140655822875266 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 35266560 140723897356722 140723897356898 140723897356898 140723897360335 0
[pid=4784/tid=4796] ppid=4782 vsize=13978608 memory=139725827802752 CPUtime=0.08 cores=0,2,4,6
/proc/4784/task/4796/stat : 4796 (java) S 4782 4782 16431 0 -1 1077944384 750 0 0 0 8 0 0 0 20 0 15 0 19078384 14314094592 10706 18446744073709551615 4194304 4196468 140723897348160 140655295130224 140655822875266 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 35266560 140723897356722 140723897356898 140723897356898 140723897360335 0
[pid=4784/tid=4797] ppid=4782 vsize=13978608 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/4784/task/4797/stat : 4797 (java) S 4782 4782 16431 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 19078384 14314094592 10706 18446744073709551615 4194304 4196468 140723897348160 140655294077664 140655822874325 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 35266560 140723897356722 140723897356898 140723897356898 140723897360335 0
[pid=4784/tid=4798] ppid=4782 vsize=13978608 memory=139725827802752 CPUtime=0 cores=0,2,4,6
/proc/4784/task/4798/stat : 4798 (java) S 4782 4782 16431 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 19078389 14314094592 10706 18446744073709551615 4194304 4196468 140723897348160 140655293024944 140655822875266 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 35266560 140723897356722 140723897356898 140723897356898 140723897360335 0
Current children cumulated CPU time: 0.38 s
Current children cumulated vsize: 13988120 KiB
Current children cumulated memory: 44204 KiB

[startup+0.610428 s]
/proc/loadavg: 1.58 1.73 1.85 4/214 4798
/proc/meminfo: memFree=31224700/32770624 swapFree=67108860/67108860
[pid=4782] ppid=4779 vsize=9512 memory=1380 CPUtime=0 cores=0,2,4,6
/proc/4782/stat : 4782 (xcsp3-exec) S 4779 4782 16431 0 -1 4202496 515 0 0 0 0 0 0 0 20 0 1 0 19078366 9740288 345 18446744073709551615 4194304 5098028 140721809919440 140721809917544 140203020628604 0 65536 5 65538 18446744071579417331 0 0 17 4 0 0 12 0 0 7196144 7232144 15597568 140721809924474 140721809924678 140721809924678 140721809928171 0
/proc/4782/statm: 2378 345 289 221 0 87 0
[pid=4784] ppid=4782 vsize=13980732 memory=56448 CPUtime=0.79 cores=0,2,4,6
/proc/4784/stat : 4784 (java) S 4782 4782 16431 0 -1 1077944320 12309 0 0 0 75 4 0 0 20 0 15 0 19078378 14316269568 14112 18446744073709551615 4194304 4196468 140723897348160 140723897330704 140655822864119 0 0 1 16800974 18446744073709551615 0 0 17 0 0 0 0 0 0 6293624 6294260 35266560 140723897356722 140723897356898 140723897356898 140723897360335 0
/proc/4784/statm: 3495183 14112 3160 1 0 3483476 0
[pid=4784/tid=4785] ppid=4782 vsize=13980732 memory=0 CPUtime=0.42 cores=0,2,4,6
/proc/4784/task/4785/stat : 4785 (java) R 4782 4782 16431 0 -1 4202560 8468 0 0 0 39 3 0 0 20 0 15 0 19078378 14316269568 14112 18446744073709551615 4194304 4196468 140723897348160 140655827099952 140655806907749 0 4 1 16800974 0 0 0 -1 2 0 0 4 0 0 6293624 6294260 35266560 140723897356722 140723897356898 140723897356898 140723897360335 0
[pid=4784/tid=4786] ppid=4782 vsize=13980732 memory=0 CPUtime=0 cores=0,2,4,6
/proc/4784/task/4786/stat : 4786 (java) S 4782 4782 16431 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 19078379 14316269568 14112 18446744073709551615 4194304 4196468 140723897348160 140655757298832 140655822874325 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 35266560 140723897356722 140723897356898 140723897356898 140723897360335 0
[pid=4784/tid=4787] ppid=4782 vsize=13980732 memory=0 CPUtime=0 cores=0,2,4,6
/proc/4784/task/4787/stat : 4787 (java) S 4782 4782 16431 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 19078379 14316269568 14112 18446744073709551615 4194304 4196468 140723897348160 140655756246032 140655822874325 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 35266560 140723897356722 140723897356898 140723897356898 140723897360335 0
[pid=4784/tid=4788] ppid=4782 vsize=13980732 memory=0 CPUtime=0 cores=0,2,4,6
/proc/4784/task/4788/stat : 4788 (java) S 4782 4782 16431 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 19078379 14316269568 14112 18446744073709551615 4194304 4196468 140723897348160 140655755193232 140655822874325 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 35266560 140723897356722 140723897356898 140723897356898 140723897360335 0
[pid=4784/tid=4789] ppid=4782 vsize=13980732 memory=0 CPUtime=0 cores=0,2,4,6
/proc/4784/task/4789/stat : 4789 (java) S 4782 4782 16431 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 19078379 14316269568 14112 18446744073709551615 4194304 4196468 140723897348160 140655754140432 140655822874325 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 35266560 140723897356722 140723897356898 140723897356898 140723897360335 0
[pid=4784/tid=4790] ppid=4782 vsize=13980732 memory=0 CPUtime=0 cores=0,2,4,6
/proc/4784/task/4790/stat : 4790 (java) S 4782 4782 16431 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 19078380 14316269568 14112 18446744073709551615 4194304 4196468 140723897348160 140655301446000 140655822875266 0 0 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 35266560 140723897356722 140723897356898 140723897356898 140723897360335 0
[pid=4784/tid=4791] ppid=4782 vsize=13980732 memory=0 CPUtime=0 cores=0,2,4,6
/proc/4784/task/4791/stat : 4791 (java) S 4782 4782 16431 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 19078381 14316269568 14112 18446744073709551615 4194304 4196468 140723897348160 140655300391968 140655822874325 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 35266560 140723897356722 140723897356898 140723897356898 140723897360335 0
[pid=4784/tid=4792] ppid=4782 vsize=13980732 memory=0 CPUtime=0 cores=0,2,4,6
/proc/4784/task/4792/stat : 4792 (java) S 4782 4782 16431 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 19078381 14316269568 14112 18446744073709551615 4194304 4196468 140723897348160 140655299339120 140655822874325 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 35266560 140723897356722 140723897356898 140723897356898 140723897360335 0
[pid=4784/tid=4793] ppid=4782 vsize=13980732 memory=0 CPUtime=0 cores=0,2,4,6
/proc/4784/task/4793/stat : 4793 (java) S 4782 4782 16431 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 19078383 14316269568 14112 18446744073709551615 4194304 4196468 140723897348160 140655298287440 140655822882715 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 35266560 140723897356722 140723897356898 140723897356898 140723897360335 0
[pid=4784/tid=4794] ppid=4782 vsize=13980732 memory=0 CPUtime=0.09 cores=0,2,4,6
/proc/4784/task/4794/stat : 4794 (java) R 4782 4782 16431 0 -1 4202560 964 0 0 0 9 0 0 0 20 0 15 0 19078383 14316269568 14112 18446744073709551615 4194304 4196468 140723897348160 140655297220488 140655804389016 0 4 1 16800974 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 35266560 140723897356722 140723897356898 140723897356898 140723897360335 0
[pid=4784/tid=4795] ppid=4782 vsize=13980732 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/4784/task/4795/stat : 4795 (java) R 4782 4782 16431 0 -1 4202560 571 0 0 0 8 0 0 0 20 0 15 0 19078383 14316269568 14112 18446744073709551615 4194304 4196468 140723897348160 140655296164040 140655804384171 0 4 1 16800974 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 35266560 140723897356722 140723897356898 140723897356898 140723897360335 0
[pid=4784/tid=4796] ppid=4782 vsize=13980732 memory=0 CPUtime=0.16 cores=0,2,4,6
/proc/4784/task/4796/stat : 4796 (java) S 4782 4782 16431 0 -1 1077944384 1001 0 0 0 16 0 0 0 20 0 15 0 19078384 14316269568 14112 18446744073709551615 4194304 4196468 140723897348160 140655295130224 140655822875266 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 35266560 140723897356722 140723897356898 140723897356898 140723897360335 0
[pid=4784/tid=4797] ppid=4782 vsize=13980732 memory=0 CPUtime=0 cores=0,2,4,6
/proc/4784/task/4797/stat : 4797 (java) S 4782 4782 16431 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 19078384 14316269568 14112 18446744073709551615 4194304 4196468 140723897348160 140655294077664 140655822874325 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 35266560 140723897356722 140723897356898 140723897356898 140723897360335 0
[pid=4784/tid=4798] ppid=4782 vsize=13980732 memory=0 CPUtime=0 cores=0,2,4,6
/proc/4784/task/4798/stat : 4798 (java) S 4782 4782 16431 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 19078389 14316269568 14112 18446744073709551615 4194304 4196468 140723897348160 140655293024944 140655822875266 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 35266560 140723897356722 140723897356898 140723897356898 140723897360335 0
Current children cumulated CPU time: 0.79 s
Current children cumulated vsize: 13990244 KiB
Current children cumulated memory: 57828 KiB

Child status: 0
Real time (s): 0.677905
CPU time (s): 0.968019
CPU user time (s): 0.91359
CPU system time (s): 0.054429
CPU usage (%): 142.796
Max. virtual memory (cumulated for all children) (KiB): 13990244
Max. memory (cumulated for all children) (KiB): 57828

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 0.91359
system time used= 0.054429
maximum resident set size= 62744
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 13435
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= 1348
involuntary context switches= 5


# summary of solver processes directly reported to runsolver:
#   pid: 4782
#   total CPU time (s): 0.968019
#   total CPU user time (s): 0.91359
#   total CPU system time (s): 0.054429

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 0.026033 second user time and 0.04806 second system time

The end

Launcher Data

Begin job on node128 at 2017-08-20 07:10:46
IDJOB=4283357
IDBENCH=127047
IDSOLVER=2679
FILE ID=node128/4283357-1503206685
RUNJOBID= node128-1503171959-30214
PBS_JOBID= 
Free space on /tmp= 62024 MiB

SOLVER NAME= choco-solver 5a
BENCH NAME= XCSP17/LowAutocorrelation/LowAutocorrelation-m1-s1/LowAutocorrelation-004.xml
COMMAND LINE= ./xcsp3-exec -dir DIR -tl TIMEOUT -ml 11000 -tdir TMPDIR -seed RANDOMSEED BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4283357-1503206685/watcher-4283357-1503206685 -o /tmp/evaluation-result-4283357-1503206685/solver-4283357-1503206685 -C 2520 -W 2520 -M 15500 --bin-var /tmp/runsolver-exch-node128-1503171959-30214 --watchdog 2580  ./xcsp3-exec -dir HOME -tl 2520 -ml 11000 -tdir HOME -seed 801060470 HOME/instance-4283357-1503206685.xml

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

MD5SUM BENCH= b220eda080bc853662ea3d9fecf431a6
RANDOM SEED=801060470

node128.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.47
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.47
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.47
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.47
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:        31257320 kB
MemAvailable:   31522952 kB
Buffers:          197800 kB
Cached:           357040 kB
SwapCached:            0 kB
Active:           758988 kB
Inactive:         345044 kB
Active(anon):     549680 kB
Inactive(anon):    16752 kB
Active(file):     209308 kB
Inactive(file):   328292 kB
Unevictable:           0 kB
Mlocked:               0 kB
SwapTotal:      67108860 kB
SwapFree:       67108860 kB
Dirty:              7688 kB
Writeback:             4 kB
AnonPages:        549196 kB
Mapped:            46964 kB
Shmem:             17060 kB
Slab:             112468 kB
SReclaimable:      87732 kB
SUnreclaim:        24736 kB
KernelStack:        3472 kB
PageTables:         6676 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83494172 kB
Committed_AS:    1173724 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      350232 kB
VmallocChunk:   34341910524 kB
HardwareCorrupted:     0 kB
AnonHugePages:    409600 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
DirectMap4k:      116096 kB
DirectMap2M:    33429504 kB

Free space on /tmp at the end= 62016 MiB
End job on node128 at 2017-08-20 07:10:47