Trace number 4282125

Some explanations

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

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

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

Solver answer on this benchmark

Solver NameAnswerCPU timeWall clock time
choco-solver 4.0.5 seq (2017-08-18)SAT 0.87619501 0.62479401

General information on the benchmark

NameAllInterval/AllInterval-m1-s1/
AllInterval-007.xml
MD5SUMa884c61e46efb30737f5a293b2c9f9b8
Bench CategoryCSP (decision problem)
Best result obtained on this benchmarkSAT
Best value of the objective obtained on this benchmark
Best CPU time to get the best result obtained on this benchmark0.0056090001
Satisfiable
(Un)Satisfiability was proved
Number of variables13
Number of constraints8
Number of domains2
Minimum domain size6
Maximum domain size7
Distribution of domain sizes[{"size":6,"count":6},{"size":7,"count":7}]
Minimum variable degree2
Maximum variable degree3
Distribution of variable degrees[{"degree":2,"count":8},{"degree":3,"count":5}]
Minimum constraint arity3
Maximum constraint arity7
Distribution of constraint arities[{"arity":3,"count":6},{"arity":6,"count":1},{"arity":7,"count":1}]
Number of extensional constraints0
Number of intensional constraints6
Distribution of constraint types[{"type":"intension","count":6},{"type":"allDifferent","count":2}]
Optimization problemNO
Type of objective

Solver Data

0.00/0.11	c java -server -Xmx11000m -cp .:.//choco-parsers.jar org.chocosolver.parser.xcsp.ChocoXCSP "HOME/instance-4282125-1503117286.xml"  -tl '2520s' -p 1 -x 0
0.05/0.30	c [HOME/instance-4282125-1503117286.xml, -tl, 2520s, -p, 1, -x, 0]
0.22/0.36	c simple solver
0.40/0.43	c parse instance...
0.58/0.59	c solve instance...
0.86/0.62	s SATISFIABLE
0.86/0.62	v <instantiation>
0.86/0.62	v 	<list>x[0] x[1] x[2] x[3] x[4] x[5] x[6] y[0] y[1] y[2] y[3] y[4] y[5] </list>
0.86/0.62	v 	<values>3 4 2 5 1 6 0 1 2 3 4 5 6 </values>
0.86/0.62	v </instantiation>

Verifier Data

OK	

Watcher Data

runsolver version 3.4.0 (svn: 3012) Copyright (C) 2010-2013 Olivier ROUSSEL

This program is distributed in the hope that it will be useful,
but WITHOUT ANY WARRANTY; without even the implied warranty of
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
GNU General Public License for more details.

NUMA information:
  number of nodes: 2
  memory of node 0: 16374 MiB (14714 MiB free)
  memory of node 1: 16384 MiB (15442 MiB free)
  node distances:
     10  21
     21  10

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-4282125-1503117286/watcher-4282125-1503117286 -o /tmp/evaluation-result-4282125-1503117286/solver-4282125-1503117286 -C 2520 -W 2520 -M 15500 --bin-var /tmp/runsolver-exch-node127-1503095799-28951 --watchdog 2580 ./xcsp3-exec -dir HOME -tl 2520 -ml 11000 -tdir HOME -seed 848752691 HOME/instance-4282125-1503117286.xml 

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

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=32594, runsolver pid=32591

[startup+0.100155 s]*
/proc/loadavg: 1.81 1.79 1.75 2/199 32595
/proc/meminfo: memFree=30881404/32770624 swapFree=67108860/67108860
[pid=32594] ppid=32591 vsize=33976 memory=456 CPUtime=0 cores=1,3,5,7
/proc/32594/stat : 32594 (runsolver) D 32591 32594 28892 0 -1 4202560 111 0 0 0 0 0 0 0 20 0 1 0 113921667 34791424 114 18446744073709551615 4194304 4346622 140731548441872 140731548438504 139825480151767 0 0 1 24578 18446744071580418449 0 0 17 7 0 0 0 0 0 6446216 6449568 10915840 140731548450871 140731548451364 140731548451364 140731548454858 0
/proc/32594/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.209193 s]*
/proc/loadavg: 1.81 1.79 1.75 2/213 32609
/proc/meminfo: memFree=30870832/32770624 swapFree=67108860/67108860
[pid=32594] ppid=32591 vsize=9512 memory=1376 CPUtime=0 cores=1,3,5,7
/proc/32594/stat : 32594 (xcsp3-exec) S 32591 32594 28892 0 -1 4202496 514 0 0 0 0 0 0 0 20 0 1 0 113921667 9740288 344 18446744073709551615 4194304 5098028 140734990773472 140734990771576 139714981962364 0 65536 5 65538 18446744071579417331 0 0 17 1 0 0 11 0 0 7196144 7232144 23445504 140734990774649 140734990774853 140734990774853 140734990778347 0
/proc/32594/statm: 2378 344 289 221 0 87 0
[pid=32596] ppid=32594 vsize=13907304 memory=20388 CPUtime=0.05 cores=1,3,5,7
/proc/32596/stat : 32596 (java) S 32594 32594 28892 0 -1 1077944320 4561 0 0 0 4 1 0 0 20 0 14 0 113921679 14241079296 5097 18446744073709551615 4194304 4196468 140725084587280 140725084569824 139775373029111 0 0 1 16800974 18446744073709551615 0 0 17 5 0 0 0 0 0 6293624 6294260 13176832 140725084594609 140725084594785 140725084594785 140725084598223 0
/proc/32596/statm: 3476826 5097 2554 1 0 3466323 0
[pid=32596/tid=32597] ppid=32594 vsize=13907304 memory=8390339637985935414 CPUtime=0.04 cores=1,3,5,7
/proc/32596/task/32597/stat : 32597 (java) D 32594 32594 28892 0 -1 4202560 2725 0 0 0 4 0 0 0 20 0 14 0 113921679 14241079296 5097 18446744073709551615 4194304 4196468 140725084587280 139775377266592 139775373051133 0 4 1 16800974 18446744071580418449 0 0 -1 3 0 0 0 0 0 6293624 6294260 13176832 140725084594609 140725084594785 140725084594785 140725084598223 0
[pid=32596/tid=32598] ppid=32594 vsize=13907304 memory=288230604708001210 CPUtime=0 cores=1,3,5,7
/proc/32596/task/32598/stat : 32598 (java) S 32594 32594 28892 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 14 0 113921680 14241079296 5097 18446744073709551615 4194304 4196468 140725084587280 139775292443280 139775373039317 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 13176832 140725084594609 140725084594785 140725084594785 140725084598223 0
[pid=32596/tid=32599] ppid=32594 vsize=13907304 memory=3904820317398513312 CPUtime=0 cores=1,3,5,7
/proc/32596/task/32599/stat : 32599 (java) S 32594 32594 28892 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 14 0 113921680 14241079296 5097 18446744073709551615 4194304 4196468 140725084587280 139775291390480 139775373039317 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 13176832 140725084594609 140725084594785 140725084594785 140725084598223 0
[pid=32596/tid=32600] ppid=32594 vsize=13907304 memory=0 CPUtime=0 cores=1,3,5,7
/proc/32596/task/32600/stat : 32600 (java) S 32594 32594 28892 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 14 0 113921680 14241079296 5097 18446744073709551615 4194304 4196468 140725084587280 139775290337680 139775373039317 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 13176832 140725084594609 140725084594785 140725084594785 140725084598223 0
[pid=32596/tid=32601] ppid=32594 vsize=13907304 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/32596/task/32601/stat : 32601 (java) S 32594 32594 28892 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 14 0 113921680 14241079296 5097 18446744073709551615 4194304 4196468 140725084587280 139775289284880 139775373039317 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 13176832 140725084594609 140725084594785 140725084594785 140725084598223 0
[pid=32596/tid=32602] ppid=32594 vsize=13907304 memory=139825483101824 CPUtime=0 cores=1,3,5,7
/proc/32596/task/32602/stat : 32602 (java) S 32594 32594 28892 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 14 0 113921681 14241079296 5097 18446744073709551615 4194304 4196468 140725084587280 139774716795760 139775373040258 0 0 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 13176832 140725084594609 140725084594785 140725084594785 140725084598223 0
[pid=32596/tid=32603] ppid=32594 vsize=13907304 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/32596/task/32603/stat : 32603 (java) S 32594 32594 28892 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 14 0 113921682 14241079296 5097 18446744073709551615 4194304 4196468 140725084587280 139774715741728 139775373039317 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 13176832 140725084594609 140725084594785 140725084594785 140725084598223 0
[pid=32596/tid=32604] ppid=32594 vsize=13907304 memory=0 CPUtime=0 cores=1,3,5,7
/proc/32596/task/32604/stat : 32604 (java) S 32594 32594 28892 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 14 0 113921682 14241079296 5097 18446744073709551615 4194304 4196468 140725084587280 139774714688880 139775373039317 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 13176832 140725084594609 140725084594785 140725084594785 140725084598223 0
[pid=32596/tid=32605] ppid=32594 vsize=13907304 memory=0 CPUtime=0 cores=1,3,5,7
/proc/32596/task/32605/stat : 32605 (java) S 32594 32594 28892 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 14 0 113921684 14241079296 5097 18446744073709551615 4194304 4196468 140725084587280 139774713637200 139775373047707 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 13176832 140725084594609 140725084594785 140725084594785 140725084598223 0
[pid=32596/tid=32606] ppid=32594 vsize=13907304 memory=0 CPUtime=0 cores=1,3,5,7
/proc/32596/task/32606/stat : 32606 (java) S 32594 32594 28892 0 -1 1077944384 318 0 0 0 0 0 0 0 20 0 14 0 113921684 14241079296 5097 18446744073709551615 4194304 4196468 140725084587280 139774712584560 139775373040258 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 13176832 140725084594609 140725084594785 140725084594785 140725084598223 0
[pid=32596/tid=32607] ppid=32594 vsize=13907304 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/32596/task/32607/stat : 32607 (java) S 32594 32594 28892 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 14 0 113921684 14241079296 5097 18446744073709551615 4194304 4196468 140725084587280 139774711531760 139775373040258 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 13176832 140725084594609 140725084594785 140725084594785 140725084598223 0
[pid=32596/tid=32608] ppid=32594 vsize=13907304 memory=139825483101824 CPUtime=0 cores=1,3,5,7
/proc/32596/task/32608/stat : 32608 (java) S 32594 32594 28892 0 -1 1077944384 212 0 0 0 0 0 0 0 20 0 14 0 113921684 14241079296 5097 18446744073709551615 4194304 4196468 140725084587280 139774710478960 139775373040258 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 13176832 140725084594609 140725084594785 140725084594785 140725084598223 0
[pid=32596/tid=32609] ppid=32594 vsize=13907304 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/32596/task/32609/stat : 32609 (java) S 32594 32594 28892 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 14 0 113921684 14241079296 5097 18446744073709551615 4194304 4196468 140725084587280 139774709426400 139775373039317 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 13176832 140725084594609 140725084594785 140725084594785 140725084598223 0
Current children cumulated CPU time: 0.05 s
Current children cumulated vsize: 13916816 KiB
Current children cumulated memory: 21764 KiB

[startup+0.310196 s]*
/proc/loadavg: 1.81 1.79 1.75 3/214 32610
/proc/meminfo: memFree=30860624/32770624 swapFree=67108860/67108860
[pid=32594] ppid=32591 vsize=9512 memory=1376 CPUtime=0 cores=1,3,5,7
/proc/32594/stat : 32594 (xcsp3-exec) S 32591 32594 28892 0 -1 4202496 514 0 0 0 0 0 0 0 20 0 1 0 113921667 9740288 344 18446744073709551615 4194304 5098028 140734990773472 140734990771576 139714981962364 0 65536 5 65538 18446744071579417331 0 0 17 1 0 0 11 0 0 7196144 7232144 23445504 140734990774649 140734990774853 140734990774853 140734990778347 0
/proc/32594/statm: 2378 344 289 221 0 87 0
[pid=32596] ppid=32594 vsize=13975376 memory=35692 CPUtime=0.22 cores=1,3,5,7
/proc/32596/stat : 32596 (java) S 32594 32594 28892 0 -1 1077944320 8323 0 0 0 20 2 0 0 20 0 15 0 113921679 14310785024 8923 18446744073709551615 4194304 4196468 140725084587280 140725084569824 139775373029111 0 0 1 16800974 18446744073709551615 0 0 17 5 0 0 0 0 0 6293624 6294260 13176832 140725084594609 140725084594785 140725084594785 140725084598223 0
/proc/32596/statm: 3493844 8923 2972 1 0 3483220 0
[pid=32596/tid=32597] ppid=32594 vsize=13975376 memory=-8774313645642428999 CPUtime=0.14 cores=1,3,5,7
/proc/32596/task/32597/stat : 32597 (java) R 32594 32594 28892 0 -1 4202560 5570 0 0 0 12 2 0 0 20 0 15 0 113921679 14310785024 8923 18446744073709551615 4194304 4196468 140725084587280 139775377251488 139775365708829 0 4 1 16800974 0 0 0 -1 1 0 0 4 0 0 6293624 6294260 13176832 140725084594609 140725084594785 140725084594785 140725084598223 0
[pid=32596/tid=32598] ppid=32594 vsize=13975376 memory=0 CPUtime=0 cores=1,3,5,7
/proc/32596/task/32598/stat : 32598 (java) S 32594 32594 28892 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 113921680 14310785024 8923 18446744073709551615 4194304 4196468 140725084587280 139775292443280 139775373039317 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 13176832 140725084594609 140725084594785 140725084594785 140725084598223 0
[pid=32596/tid=32599] ppid=32594 vsize=13975376 memory=0 CPUtime=0 cores=1,3,5,7
/proc/32596/task/32599/stat : 32599 (java) S 32594 32594 28892 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 113921680 14310785024 8923 18446744073709551615 4194304 4196468 140725084587280 139775291390480 139775373039317 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 13176832 140725084594609 140725084594785 140725084594785 140725084598223 0
[pid=32596/tid=32600] ppid=32594 vsize=13975376 memory=0 CPUtime=0 cores=1,3,5,7
/proc/32596/task/32600/stat : 32600 (java) S 32594 32594 28892 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 113921680 14310785024 8923 18446744073709551615 4194304 4196468 140725084587280 139775290337680 139775373039317 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 13176832 140725084594609 140725084594785 140725084594785 140725084598223 0
[pid=32596/tid=32601] ppid=32594 vsize=13975376 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/32596/task/32601/stat : 32601 (java) S 32594 32594 28892 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 113921680 14310785024 8923 18446744073709551615 4194304 4196468 140725084587280 139775289284880 139775373039317 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 13176832 140725084594609 140725084594785 140725084594785 140725084598223 0
[pid=32596/tid=32602] ppid=32594 vsize=13975376 memory=139825483101824 CPUtime=0 cores=1,3,5,7
/proc/32596/task/32602/stat : 32602 (java) S 32594 32594 28892 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 113921681 14310785024 8923 18446744073709551615 4194304 4196468 140725084587280 139774716795760 139775373040258 0 0 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 13176832 140725084594609 140725084594785 140725084594785 140725084598223 0
[pid=32596/tid=32603] ppid=32594 vsize=13975376 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/32596/task/32603/stat : 32603 (java) S 32594 32594 28892 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 113921682 14310785024 8923 18446744073709551615 4194304 4196468 140725084587280 139774715741728 139775373039317 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 13176832 140725084594609 140725084594785 140725084594785 140725084598223 0
[pid=32596/tid=32604] ppid=32594 vsize=13975376 memory=0 CPUtime=0 cores=1,3,5,7
/proc/32596/task/32604/stat : 32604 (java) S 32594 32594 28892 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 113921682 14310785024 8923 18446744073709551615 4194304 4196468 140725084587280 139774714688880 139775373039317 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 13176832 140725084594609 140725084594785 140725084594785 140725084598223 0
[pid=32596/tid=32605] ppid=32594 vsize=13975376 memory=0 CPUtime=0 cores=1,3,5,7
/proc/32596/task/32605/stat : 32605 (java) S 32594 32594 28892 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 113921684 14310785024 8923 18446744073709551615 4194304 4196468 140725084587280 139774713637200 139775373047707 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 13176832 140725084594609 140725084594785 140725084594785 140725084598223 0
[pid=32596/tid=32606] ppid=32594 vsize=13975376 memory=0 CPUtime=0.01 cores=1,3,5,7
/proc/32596/task/32606/stat : 32606 (java) S 32594 32594 28892 0 -1 1077944384 370 0 0 0 1 0 0 0 20 0 15 0 113921684 14310785024 8923 18446744073709551615 4194304 4196468 140725084587280 139774712584560 139775373040258 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 13176832 140725084594609 140725084594785 140725084594785 140725084598223 0
[pid=32596/tid=32607] ppid=32594 vsize=13975376 memory=-1 CPUtime=0.01 cores=1,3,5,7
/proc/32596/task/32607/stat : 32607 (java) S 32594 32594 28892 0 -1 1077944384 363 0 0 0 1 0 0 0 20 0 15 0 113921684 14310785024 8923 18446744073709551615 4194304 4196468 140725084587280 139774711531760 139775373040258 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 13176832 140725084594609 140725084594785 140725084594785 140725084598223 0
[pid=32596/tid=32608] ppid=32594 vsize=13975376 memory=139825483101824 CPUtime=0.05 cores=1,3,5,7
/proc/32596/task/32608/stat : 32608 (java) S 32594 32594 28892 0 -1 1077944384 716 0 0 0 5 0 0 0 20 0 15 0 113921684 14310785024 8923 18446744073709551615 4194304 4196468 140725084587280 139774710478960 139775373040258 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 13176832 140725084594609 140725084594785 140725084594785 140725084598223 0
[pid=32596/tid=32609] ppid=32594 vsize=13975376 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/32596/task/32609/stat : 32609 (java) S 32594 32594 28892 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 113921684 14310785024 8923 18446744073709551615 4194304 4196468 140725084587280 139774709426400 139775373039317 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 13176832 140725084594609 140725084594785 140725084594785 140725084598223 0
[pid=32596/tid=32610] ppid=32594 vsize=13975376 memory=139825483101824 CPUtime=0 cores=1,3,5,7
/proc/32596/task/32610/stat : 32610 (java) S 32594 32594 28892 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 113921689 14310785024 8923 18446744073709551615 4194304 4196468 140725084587280 139774708374704 139775373040258 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 13176832 140725084594609 140725084594785 140725084594785 140725084598223 0
Current children cumulated CPU time: 0.22 s
Current children cumulated vsize: 13984888 KiB
Current children cumulated memory: 37068 KiB

[startup+0.624739 s]
# the end of solver process 32594 was just reported to runsolver
# cumulated CPU time of all completed processes:  user=0.827313 s, system=0.048882 s

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

[startup+0.411551 s]*
/proc/loadavg: 1.81 1.79 1.75 4/214 32610
/proc/meminfo: memFree=30849532/32770624 swapFree=67108860/67108860
[pid=32594] ppid=32591 vsize=9512 memory=1376 CPUtime=0 cores=1,3,5,7
/proc/32594/stat : 32594 (xcsp3-exec) S 32591 32594 28892 0 -1 4202496 514 0 0 0 0 0 0 0 20 0 1 0 113921667 9740288 344 18446744073709551615 4194304 5098028 140734990773472 140734990771576 139714981962364 0 65536 5 65538 18446744071579417331 0 0 17 1 0 0 11 0 0 7196144 7232144 23445504 140734990774649 140734990774853 140734990774853 140734990778347 0
/proc/32594/statm: 2378 344 289 221 0 87 0
[pid=32596] ppid=32594 vsize=13978608 memory=42752 CPUtime=0.4 cores=1,3,5,7
/proc/32596/stat : 32596 (java) S 32594 32594 28892 0 -1 1077944320 9540 0 0 0 37 3 0 0 20 0 15 0 113921679 14314094592 10688 18446744073709551615 4194304 4196468 140725084587280 140725084569824 139775373029111 0 0 1 16800974 18446744073709551615 0 0 17 5 0 0 0 0 0 6293624 6294260 13176832 140725084594609 140725084594785 140725084594785 140725084598223 0
/proc/32596/statm: 3494652 10688 3017 1 0 3482964 0
[pid=32596/tid=32597] ppid=32594 vsize=13978608 memory=8390339637985935414 CPUtime=0.23 cores=1,3,5,7
/proc/32596/task/32597/stat : 32597 (java) R 32594 32594 28892 0 -1 4202560 6666 0 0 0 21 2 0 0 20 0 15 0 113921679 14314094592 10688 18446744073709551615 4194304 4196468 140725084587280 139775377259136 139775373051037 0 4 1 16800974 0 0 0 -1 3 0 0 4 0 0 6293624 6294260 13176832 140725084594609 140725084594785 140725084594785 140725084598223 0
[pid=32596/tid=32598] ppid=32594 vsize=13978608 memory=288230604708001210 CPUtime=0 cores=1,3,5,7
/proc/32596/task/32598/stat : 32598 (java) S 32594 32594 28892 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 113921680 14314094592 10688 18446744073709551615 4194304 4196468 140725084587280 139775292443280 139775373039317 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 13176832 140725084594609 140725084594785 140725084594785 140725084598223 0
[pid=32596/tid=32599] ppid=32594 vsize=13978608 memory=3904820317398513312 CPUtime=0 cores=1,3,5,7
/proc/32596/task/32599/stat : 32599 (java) S 32594 32594 28892 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 113921680 14314094592 10688 18446744073709551615 4194304 4196468 140725084587280 139775291390480 139775373039317 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 13176832 140725084594609 140725084594785 140725084594785 140725084598223 0
[pid=32596/tid=32600] ppid=32594 vsize=13978608 memory=0 CPUtime=0 cores=1,3,5,7
/proc/32596/task/32600/stat : 32600 (java) S 32594 32594 28892 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 113921680 14314094592 10688 18446744073709551615 4194304 4196468 140725084587280 139775290337680 139775373039317 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 13176832 140725084594609 140725084594785 140725084594785 140725084598223 0
[pid=32596/tid=32601] ppid=32594 vsize=13978608 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/32596/task/32601/stat : 32601 (java) S 32594 32594 28892 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 113921680 14314094592 10688 18446744073709551615 4194304 4196468 140725084587280 139775289284880 139775373039317 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 13176832 140725084594609 140725084594785 140725084594785 140725084598223 0
[pid=32596/tid=32602] ppid=32594 vsize=13978608 memory=139825483101824 CPUtime=0 cores=1,3,5,7
/proc/32596/task/32602/stat : 32602 (java) S 32594 32594 28892 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 113921681 14314094592 10688 18446744073709551615 4194304 4196468 140725084587280 139774716795760 139775373040258 0 0 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 13176832 140725084594609 140725084594785 140725084594785 140725084598223 0
[pid=32596/tid=32603] ppid=32594 vsize=13978608 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/32596/task/32603/stat : 32603 (java) S 32594 32594 28892 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 113921682 14314094592 10688 18446744073709551615 4194304 4196468 140725084587280 139774715741728 139775373039317 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 13176832 140725084594609 140725084594785 140725084594785 140725084598223 0
[pid=32596/tid=32604] ppid=32594 vsize=13978608 memory=0 CPUtime=0 cores=1,3,5,7
/proc/32596/task/32604/stat : 32604 (java) S 32594 32594 28892 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 113921682 14314094592 10688 18446744073709551615 4194304 4196468 140725084587280 139774714688880 139775373039317 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 13176832 140725084594609 140725084594785 140725084594785 140725084598223 0
[pid=32596/tid=32605] ppid=32594 vsize=13978608 memory=0 CPUtime=0 cores=1,3,5,7
/proc/32596/task/32605/stat : 32605 (java) S 32594 32594 28892 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 113921684 14314094592 10688 18446744073709551615 4194304 4196468 140725084587280 139774713637200 139775373047707 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 13176832 140725084594609 140725084594785 140725084594785 140725084598223 0
[pid=32596/tid=32606] ppid=32594 vsize=13978608 memory=0 CPUtime=0.03 cores=1,3,5,7
/proc/32596/task/32606/stat : 32606 (java) S 32594 32594 28892 0 -1 1077944384 462 0 0 0 3 0 0 0 20 0 15 0 113921684 14314094592 10688 18446744073709551615 4194304 4196468 140725084587280 139774712584560 139775373040258 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 13176832 140725084594609 140725084594785 140725084594785 140725084598223 0
[pid=32596/tid=32607] ppid=32594 vsize=13978608 memory=-1 CPUtime=0.02 cores=1,3,5,7
/proc/32596/task/32607/stat : 32607 (java) S 32594 32594 28892 0 -1 1077944384 371 0 0 0 2 0 0 0 20 0 15 0 113921684 14314094592 10688 18446744073709551615 4194304 4196468 140725084587280 139774711531760 139775373040258 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 13176832 140725084594609 140725084594785 140725084594785 140725084598223 0
[pid=32596/tid=32608] ppid=32594 vsize=13978608 memory=139825483101824 CPUtime=0.09 cores=1,3,5,7
/proc/32596/task/32608/stat : 32608 (java) S 32594 32594 28892 0 -1 1077944384 737 0 0 0 9 0 0 0 20 0 15 0 113921684 14314094592 10688 18446744073709551615 4194304 4196468 140725084587280 139774710478960 139775373040258 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 13176832 140725084594609 140725084594785 140725084594785 140725084598223 0
[pid=32596/tid=32609] ppid=32594 vsize=13978608 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/32596/task/32609/stat : 32609 (java) S 32594 32594 28892 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 113921684 14314094592 10688 18446744073709551615 4194304 4196468 140725084587280 139774709426400 139775373039317 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 13176832 140725084594609 140725084594785 140725084594785 140725084598223 0
[pid=32596/tid=32610] ppid=32594 vsize=13978608 memory=139825483101824 CPUtime=0 cores=1,3,5,7
/proc/32596/task/32610/stat : 32610 (java) S 32594 32594 28892 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 113921689 14314094592 10688 18446744073709551615 4194304 4196468 140725084587280 139774708374704 139775373040258 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 13176832 140725084594609 140725084594785 140725084594785 140725084598223 0
Current children cumulated CPU time: 0.4 s
Current children cumulated vsize: 13988120 KiB
Current children cumulated memory: 44128 KiB

[startup+0.620037 s]
/proc/loadavg: 1.81 1.79 1.75 3/214 32610
/proc/meminfo: memFree=30844880/32770624 swapFree=67108860/67108860
[pid=32594] ppid=32591 vsize=9512 memory=1376 CPUtime=0 cores=1,3,5,7
/proc/32594/stat : 32594 (xcsp3-exec) S 32591 32594 28892 0 -1 4202496 514 0 0 0 0 0 0 0 20 0 1 0 113921667 9740288 344 18446744073709551615 4194304 5098028 140734990773472 140734990771576 139714981962364 0 65536 5 65538 18446744071579417331 0 0 17 1 0 0 11 0 0 7196144 7232144 23445504 140734990774649 140734990774853 140734990774853 140734990778347 0
/proc/32594/statm: 2378 344 289 221 0 87 0
[pid=32596] ppid=32594 vsize=13980732 memory=59532 CPUtime=0.86 cores=1,3,5,7
/proc/32596/stat : 32596 (java) S 32594 32594 28892 0 -1 1077944320 11956 0 0 0 82 4 0 0 20 0 15 0 113921679 14316269568 14883 18446744073709551615 4194304 4196468 140725084587280 140725084569824 139775373029111 0 0 1 16800974 18446744073709551615 0 0 17 5 0 0 0 0 0 6293624 6294260 13176832 140725084594609 140725084594785 140725084594785 140725084598223 0
/proc/32596/statm: 3495183 14883 3164 1 0 3483476 0
[pid=32596/tid=32597] ppid=32594 vsize=13980732 memory=0 CPUtime=0.43 cores=1,3,5,7
/proc/32596/task/32597/stat : 32597 (java) R 32594 32594 28892 0 -1 4202560 8027 0 0 0 40 3 0 0 20 0 15 0 113921679 14316269568 14883 18446744073709551615 4194304 4196468 140725084587280 139775377267600 139775373041046 0 4 1 16800974 0 0 0 -1 3 0 0 4 0 0 6293624 6294260 13176832 140725084594609 140725084594785 140725084594785 140725084598223 0
[pid=32596/tid=32598] ppid=32594 vsize=13980732 memory=0 CPUtime=0 cores=1,3,5,7
/proc/32596/task/32598/stat : 32598 (java) S 32594 32594 28892 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 113921680 14316269568 14883 18446744073709551615 4194304 4196468 140725084587280 139775292443280 139775373039317 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 13176832 140725084594609 140725084594785 140725084594785 140725084598223 0
[pid=32596/tid=32599] ppid=32594 vsize=13980732 memory=0 CPUtime=0 cores=1,3,5,7
/proc/32596/task/32599/stat : 32599 (java) S 32594 32594 28892 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 113921680 14316269568 14883 18446744073709551615 4194304 4196468 140725084587280 139775291390480 139775373039317 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 13176832 140725084594609 140725084594785 140725084594785 140725084598223 0
[pid=32596/tid=32600] ppid=32594 vsize=13980732 memory=0 CPUtime=0 cores=1,3,5,7
/proc/32596/task/32600/stat : 32600 (java) S 32594 32594 28892 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 113921680 14316269568 14883 18446744073709551615 4194304 4196468 140725084587280 139775290337680 139775373039317 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 13176832 140725084594609 140725084594785 140725084594785 140725084598223 0
[pid=32596/tid=32601] ppid=32594 vsize=13980732 memory=0 CPUtime=0 cores=1,3,5,7
/proc/32596/task/32601/stat : 32601 (java) S 32594 32594 28892 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 113921680 14316269568 14883 18446744073709551615 4194304 4196468 140725084587280 139775289284880 139775373039317 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 13176832 140725084594609 140725084594785 140725084594785 140725084598223 0
[pid=32596/tid=32602] ppid=32594 vsize=13980732 memory=0 CPUtime=0 cores=1,3,5,7
/proc/32596/task/32602/stat : 32602 (java) S 32594 32594 28892 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 113921681 14316269568 14883 18446744073709551615 4194304 4196468 140725084587280 139774716795760 139775373040258 0 0 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 13176832 140725084594609 140725084594785 140725084594785 140725084598223 0
[pid=32596/tid=32603] ppid=32594 vsize=13980732 memory=0 CPUtime=0 cores=1,3,5,7
/proc/32596/task/32603/stat : 32603 (java) S 32594 32594 28892 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 113921682 14316269568 14883 18446744073709551615 4194304 4196468 140725084587280 139774715741728 139775373039317 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 13176832 140725084594609 140725084594785 140725084594785 140725084598223 0
[pid=32596/tid=32604] ppid=32594 vsize=13980732 memory=0 CPUtime=0 cores=1,3,5,7
/proc/32596/task/32604/stat : 32604 (java) S 32594 32594 28892 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 113921682 14316269568 14883 18446744073709551615 4194304 4196468 140725084587280 139774714688880 139775373039317 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 13176832 140725084594609 140725084594785 140725084594785 140725084598223 0
[pid=32596/tid=32605] ppid=32594 vsize=13980732 memory=0 CPUtime=0 cores=1,3,5,7
/proc/32596/task/32605/stat : 32605 (java) S 32594 32594 28892 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 113921684 14316269568 14883 18446744073709551615 4194304 4196468 140725084587280 139774713637200 139775373047707 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 13176832 140725084594609 140725084594785 140725084594785 140725084598223 0
[pid=32596/tid=32606] ppid=32594 vsize=13980732 memory=0 CPUtime=0.11 cores=1,3,5,7
/proc/32596/task/32606/stat : 32606 (java) S 32594 32594 28892 0 -1 1077944384 850 0 0 0 11 0 0 0 20 0 15 0 113921684 14316269568 14883 18446744073709551615 4194304 4196468 140725084587280 139774712584560 139775373040258 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 13176832 140725084594609 140725084594785 140725084594785 140725084598223 0
[pid=32596/tid=32607] ppid=32594 vsize=13980732 memory=0 CPUtime=0.1 cores=1,3,5,7
/proc/32596/task/32607/stat : 32607 (java) R 32594 32594 28892 0 -1 4202560 757 0 0 0 10 0 0 0 20 0 15 0 113921684 14316269568 14883 18446744073709551615 4194304 4196468 140725084587280 139774711518048 139775351408773 0 4 1 16800974 0 0 0 -1 7 0 0 0 0 0 6293624 6294260 13176832 140725084594609 140725084594785 140725084594785 140725084598223 0
[pid=32596/tid=32608] ppid=32594 vsize=13980732 memory=0 CPUtime=0.18 cores=1,3,5,7
/proc/32596/task/32608/stat : 32608 (java) R 32594 32594 28892 0 -1 4202560 1018 0 0 0 18 0 0 0 20 0 15 0 113921684 14316269568 14883 18446744073709551615 4194304 4196468 140725084587280 139774710478144 139775358400486 0 4 1 16800974 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 13176832 140725084594609 140725084594785 140725084594785 140725084598223 0
[pid=32596/tid=32609] ppid=32594 vsize=13980732 memory=0 CPUtime=0 cores=1,3,5,7
/proc/32596/task/32609/stat : 32609 (java) S 32594 32594 28892 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 113921684 14316269568 14883 18446744073709551615 4194304 4196468 140725084587280 139774709426400 139775373039317 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 13176832 140725084594609 140725084594785 140725084594785 140725084598223 0
[pid=32596/tid=32610] ppid=32594 vsize=13980732 memory=0 CPUtime=0 cores=1,3,5,7
/proc/32596/task/32610/stat : 32610 (java) S 32594 32594 28892 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 113921689 14316269568 14883 18446744073709551615 4194304 4196468 140725084587280 139774708374704 139775373040258 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 13176832 140725084594609 140725084594785 140725084594785 140725084598223 0
Current children cumulated CPU time: 0.86 s
Current children cumulated vsize: 13990244 KiB
Current children cumulated memory: 60908 KiB

Child status: 0
Real time (s): 0.624794
CPU time (s): 0.876195
CPU user time (s): 0.827313
CPU system time (s): 0.048882
CPU usage (%): 140.237
Max. virtual memory (cumulated for all children) (KiB): 13990244
Max. memory (cumulated for all children) (KiB): 60908

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 0.827313
system time used= 0.048882
maximum resident set size= 60044
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 12523
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= 1211
involuntary context switches= 3


# summary of solver processes directly reported to runsolver:
#   pid: 32594
#   total CPU time (s): 0.876195
#   total CPU user time (s): 0.827313
#   total CPU system time (s): 0.048882

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 0.024303 second user time and 0.048888 second system time

The end

Launcher Data

Begin job on node127 at 2017-08-19 06:20:35
IDJOB=4282125
IDBENCH=124108
IDSOLVER=2677
FILE ID=node127/4282125-1503117286
RUNJOBID= node127-1503095799-28951
PBS_JOBID= 
Free space on /tmp= 62024 MiB

SOLVER NAME= choco-solver 4.0.5 seq
BENCH NAME= XCSP17/AllInterval/AllInterval-m1-s1/AllInterval-007.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-4282125-1503117286/watcher-4282125-1503117286 -o /tmp/evaluation-result-4282125-1503117286/solver-4282125-1503117286 -C 2520 -W 2520 -M 15500 --bin-var /tmp/runsolver-exch-node127-1503095799-28951 --watchdog 2580  ./xcsp3-exec -dir HOME -tl 2520 -ml 11000 -tdir HOME -seed 848752691 HOME/instance-4282125-1503117286.xml

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

MD5SUM BENCH= a884c61e46efb30737f5a293b2c9f9b8
RANDOM SEED=848752691

node127.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.92
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.92
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.92
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.92
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:        30881744 kB
MemAvailable:   31701948 kB
Buffers:          295096 kB
Cached:           827172 kB
SwapCached:            0 kB
Active:          1065284 kB
Inactive:         374580 kB
Active(anon):     268232 kB
Inactive(anon):    99188 kB
Active(file):     797052 kB
Inactive(file):   275392 kB
Unevictable:           0 kB
Mlocked:               0 kB
SwapTotal:      67108860 kB
SwapFree:       67108860 kB
Dirty:              7988 kB
Writeback:             0 kB
AnonPages:        327652 kB
Mapped:            73952 kB
Shmem:             49828 kB
Slab:             153756 kB
SReclaimable:     127188 kB
SUnreclaim:        26568 kB
KernelStack:        3760 kB
PageTables:         6760 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83494172 kB
Committed_AS:     941028 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      350232 kB
VmallocChunk:   34341910524 kB
HardwareCorrupted:     0 kB
AnonHugePages:    264192 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
DirectMap4k:      118144 kB
DirectMap2M:    33427456 kB

Free space on /tmp at the end= 62016 MiB
End job on node127 at 2017-08-19 06:20:36