Trace number 4394828

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
cosoco 2? (exit code) 23.1855 23.1846

General information on the benchmark

NameRlfap_mini/Rlfap-opt_mini/
Rlfap-ext-graph-11-opt_c18.xml
MD5SUM883afe48e037930c9e115af2d6f001fb
Bench CategoryCOP (optimization problem)
Best result obtained on this benchmark
Best value of the objective obtained on this benchmark
Best CPU time to get the best result obtained on this benchmark
Satisfiable
(Un)Satisfiability was proved
Number of variables4097
Number of constraints3757
Number of domains11
Minimum domain size2
Maximum domain size44
Distribution of domain sizes[{"size":2,"count":3417},{"size":6,"count":48},{"size":22,"count":32},{"size":24,"count":18},{"size":36,"count":132},{"size":42,"count":168},{"size":44,"count":282}]
Minimum variable degree1
Maximum variable degree22
Distribution of variable degrees[{"degree":1,"count":3},{"degree":2,"count":3418},{"degree":3,"count":6},{"degree":4,"count":10},{"degree":5,"count":46},{"degree":6,"count":68},{"degree":7,"count":77},{"degree":8,"count":85},{"degree":9,"count":54},{"degree":10,"count":33},{"degree":11,"count":37},{"degree":12,"count":21},{"degree":13,"count":8},{"degree":14,"count":1},{"degree":15,"count":35},{"degree":16,"count":26},{"degree":17,"count":63},{"degree":18,"count":54},{"degree":19,"count":32},{"degree":20,"count":12},{"degree":21,"count":7},{"degree":22,"count":1}]
Minimum constraint arity2
Maximum constraint arity3
Distribution of constraint arities[{"arity":2,"count":340},{"arity":3,"count":3417}]
Number of extensional constraints3757
Number of intensional constraints0
Distribution of constraint types[{"type":"extension","count":3757}]
Optimization problemYES
Type of objectivemin SUM

Solver Data

23.10/23.16	Solution Error : constraint number 854 (name ) is not valid
23.10/23.16	c
23.10/23.16	c This is cosoco 2.00 --  
23.10/23.16	c
23.10/23.16	c command line: cosoco -lc -model -restarts -stick HOME/instance-4394828-1568355894.xml 
23.10/23.16	c enable optimization
23.10/23.16	c ========================================[ Problem Statistics ]===========================================
23.10/23.16	c |                                                                                                       
23.10/23.16	c |  Parse time        :         9.42 s 
23.10/23.16	c |
23.10/23.16	c |               Variables: 4097
23.10/23.16	c |            Domain Sizes: 2..44
23.10/23.16	c |
23.10/23.16	c |             Constraints: 3758
23.10/23.16	c |                   Arity: 2..3417  -- Binary: 340  -- Ternary: 3417
23.10/23.16	c | 
23.10/23.16	c |                   Types: 
23.10/23.16	c |                          Extension: 3757  (nb tuples: 6..1936) -- (shared: 1958)
23.10/23.16	c |                          Sum: 1
23.10/23.16	c |                          
23.10/23.16	c |               Objective: Minimize Sum
23.10/23.16	
23.10/23.16	c =========================================================================================================

Verifier Data

One s line expected

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

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-4394828-1568355894/watcher-4394828-1568355894 -o /tmp/evaluation-result-4394828-1568355894/solver-4394828-1568355894 -C 2400 -W 2500 -M 15500 --bin-var /tmp/runsolver-exch-node133-1568334353-31998 --watchdog 2560 cosoco -lc -model -restarts -stick HOME/instance-4394828-1568355894.xml 

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

Enforcing CPUTime limit (soft limit, will send SIGTERM then SIGKILL): 2400 seconds
Enforcing CPUTime limit (hard limit, will send SIGXCPU): 2430 seconds
Enforcing wall clock limit (soft limit, will send SIGTERM then SIGKILL): 2500 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=3676, runsolver pid=3673

[startup+0.100162 s]*
/proc/loadavg: 2.01 2.00 2.04 3/204 3677
/proc/meminfo: memFree=31587464/32770624 swapFree=67003472/67108860
[pid=3676] ppid=3673 vsize=38672 memory=14788 CPUtime=0.1 cores=1,3,5,7
/proc/3676/stat : 3676 (cosoco) R 3673 3676 31966 0 -1 4202496 3913 0 0 0 10 0 0 0 20 0 1 0 411829086 39600128 3697 33554432000 4194304 6210612 140724338872832 140724338869368 5817612 0 0 4096 8405026 0 0 0 17 5 0 0 0 0 0 8308220 8313664 17260544 140724338881547 140724338881649 140724338881649 140724338884558 0
/proc/3676/statm: 9668 3697 814 493 0 2973 0
Current children cumulated CPU time: 0.1 s
Current children cumulated vsize: 38672 KiB
Current children cumulated memory: 14788 KiB

[startup+0.209963 s]*
/proc/loadavg: 2.01 2.00 2.04 3/204 3677
/proc/meminfo: memFree=31585604/32770624 swapFree=67003472/67108860
[pid=3676] ppid=3673 vsize=40604 memory=16900 CPUtime=0.21 cores=1,3,5,7
/proc/3676/stat : 3676 (cosoco) R 3673 3676 31966 0 -1 4202496 4396 0 0 0 21 0 0 0 20 0 1 0 411829086 41578496 4225 33554432000 4194304 6210612 140724338872832 140724338869368 5484694 0 0 4096 8405026 0 0 0 17 5 0 0 0 0 0 8308220 8313664 17260544 140724338881547 140724338881649 140724338881649 140724338884558 0
/proc/3676/statm: 10151 4225 814 493 0 3456 0
Current children cumulated CPU time: 0.21 s
Current children cumulated vsize: 40604 KiB
Current children cumulated memory: 16900 KiB

[startup+0.309244 s]*
/proc/loadavg: 2.01 2.00 2.04 3/204 3677
/proc/meminfo: memFree=31583744/32770624 swapFree=67003472/67108860
[pid=3676] ppid=3673 vsize=42296 memory=18484 CPUtime=0.31 cores=1,3,5,7
/proc/3676/stat : 3676 (cosoco) R 3673 3676 31966 0 -1 4202496 4814 0 0 0 31 0 0 0 20 0 1 0 411829086 43311104 4621 33554432000 4194304 6210612 140724338872832 140724338869368 5743206 0 0 4096 8405026 0 0 0 17 5 0 0 0 0 0 8308220 8313664 17260544 140724338881547 140724338881649 140724338881649 140724338884558 0
/proc/3676/statm: 10574 4621 814 493 0 3879 0
Current children cumulated CPU time: 0.31 s
Current children cumulated vsize: 42296 KiB
Current children cumulated memory: 18484 KiB

[startup+0.700283 s]
/proc/loadavg: 2.01 2.00 2.04 3/204 3677
/proc/meminfo: memFree=31580120/32770624 swapFree=67003472/67108860
[pid=3676] ppid=3673 vsize=49232 memory=25112 CPUtime=0.69 cores=1,3,5,7
/proc/3676/stat : 3676 (cosoco) R 3673 3676 31966 0 -1 4202496 6490 0 0 0 69 0 0 0 20 0 1 0 411829086 50413568 6278 33554432000 4194304 6210612 140724338872832 140724338870104 139948903863424 0 0 4096 8405026 0 0 0 17 5 0 0 0 0 0 8308220 8313664 17260544 140724338881547 140724338881649 140724338881649 140724338884558 0
/proc/3676/statm: 12308 6278 814 493 0 5613 0
Current children cumulated CPU time: 0.69 s
Current children cumulated vsize: 49232 KiB
Current children cumulated memory: 25112 KiB

[startup+1.50029 s]
/proc/loadavg: 2.01 2.00 2.04 3/204 3677
/proc/meminfo: memFree=31571936/32770624 swapFree=67003472/67108860
[pid=3676] ppid=3673 vsize=62072 memory=37768 CPUtime=1.49 cores=1,3,5,7
/proc/3676/stat : 3676 (cosoco) R 3673 3676 31966 0 -1 4202496 9630 0 0 0 148 1 0 0 20 0 1 0 411829086 63561728 9442 33554432000 4194304 6210612 140724338872832 140724338870104 5812028 0 0 4096 8405026 0 0 0 17 3 0 0 0 0 0 8308220 8313664 17260544 140724338881547 140724338881649 140724338881649 140724338884558 0
/proc/3676/statm: 15518 9442 814 493 0 8823 0
Current children cumulated CPU time: 1.49 s
Current children cumulated vsize: 62072 KiB
Current children cumulated memory: 37768 KiB

[startup+3.10964 s]
/proc/loadavg: 2.01 2.00 2.04 3/205 3679
/proc/meminfo: memFree=31535104/32770624 swapFree=67003472/67108860
[pid=3676] ppid=3673 vsize=91500 memory=66664 CPUtime=3.1 cores=1,3,5,7
/proc/3676/stat : 3676 (cosoco) R 3673 3676 31966 0 -1 4202496 17760 0 0 0 308 2 0 0 20 0 1 0 411829086 93696000 16666 33554432000 4194304 6210612 140724338872832 140724338870104 5816530 0 0 4096 8405026 0 0 0 17 3 0 0 0 0 0 8308220 8313664 17260544 140724338881547 140724338881649 140724338881649 140724338884558 0
/proc/3676/statm: 22875 16666 814 493 0 16180 0
Current children cumulated CPU time: 3.1 s
Current children cumulated vsize: 91500 KiB
Current children cumulated memory: 66664 KiB

[startup+6.30028 s]
/proc/loadavg: 2.01 2.00 2.04 3/205 3679
/proc/meminfo: memFree=31479368/32770624 swapFree=67003472/67108860
[pid=3676] ppid=3673 vsize=151760 memory=125932 CPUtime=6.29 cores=1,3,5,7
/proc/3676/stat : 3676 (cosoco) R 3673 3676 31966 0 -1 4202496 33992 0 0 0 624 5 0 0 20 0 1 0 411829086 155402240 31483 33554432000 4194304 6210612 140724338872832 140724338870104 139948903863424 0 0 4096 8405026 0 0 0 17 3 0 0 0 0 0 8308220 8313664 17260544 140724338881547 140724338881649 140724338881649 140724338884558 0
/proc/3676/statm: 37940 31483 816 493 0 31245 0
Current children cumulated CPU time: 6.29 s
Current children cumulated vsize: 151760 KiB
Current children cumulated memory: 125932 KiB

[startup+12.7004 s]
/proc/loadavg: 2.01 2.00 2.04 3/204 3679
/proc/meminfo: memFree=31330604/32770624 swapFree=67003472/67108860
[pid=3676] ppid=3673 vsize=309040 memory=282424 CPUtime=12.69 cores=1,3,5,7
/proc/3676/stat : 3676 (cosoco) R 3673 3676 31966 0 -1 4202496 98808 0 0 0 1258 11 0 0 20 0 1 0 411829086 316456960 70606 33554432000 4194304 6210612 140724338872832 140724338868488 5033251 0 0 4096 8405026 0 0 0 17 3 0 0 0 0 0 8308220 8313664 17260544 140724338881547 140724338881649 140724338881649 140724338884558 0
/proc/3676/statm: 77260 70606 866 493 0 70565 0
Current children cumulated CPU time: 12.69 s
Current children cumulated vsize: 309040 KiB
Current children cumulated memory: 282424 KiB

[startup+23.1846 s]
# the end of solver process 3676 was just reported to runsolver
# cumulated CPU time of all completed processes:  user=22.9735 s, system=0.212013 s

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

[startup+12.8004 s]
/proc/loadavg: 2.01 2.00 2.04 3/204 3679
/proc/meminfo: memFree=31330604/32770624 swapFree=67003472/67108860
[pid=3676] ppid=3673 vsize=309040 memory=282424 CPUtime=12.79 cores=1,3,5,7
/proc/3676/stat : 3676 (cosoco) R 3673 3676 31966 0 -1 4202496 98808 0 0 0 1268 11 0 0 20 0 1 0 411829086 316456960 70606 33554432000 4194304 6210612 140724338872832 140724338868488 5033712 0 0 4096 8405026 0 0 0 17 3 0 0 0 0 0 8308220 8313664 17260544 140724338881547 140724338881649 140724338881649 140724338884558 0
/proc/3676/statm: 77260 70606 866 493 0 70565 0
Current children cumulated CPU time: 12.79 s
Current children cumulated vsize: 309040 KiB
Current children cumulated memory: 282424 KiB

[startup+19.2004 s]
/proc/loadavg: 2.01 2.00 2.04 3/204 3679
/proc/meminfo: memFree=31285360/32770624 swapFree=67003472/67108860
[pid=3676] ppid=3673 vsize=342500 memory=315048 CPUtime=19.19 cores=1,3,5,7
/proc/3676/stat : 3676 (cosoco) R 3673 3676 31966 0 -1 4202496 159149 0 0 0 1903 16 0 0 20 0 1 0 411829086 350720000 78762 33554432000 4194304 6210612 140724338872832 140724338870152 5249691 0 0 4096 8405026 0 0 0 17 3 0 0 0 0 0 8308220 8313664 17260544 140724338881547 140724338881649 140724338881649 140724338884558 0
/proc/3676/statm: 85625 78762 866 493 0 78930 0
Current children cumulated CPU time: 19.19 s
Current children cumulated vsize: 342500 KiB
Current children cumulated memory: 315048 KiB

[startup+20.8004 s]
/proc/loadavg: 2.01 2.00 2.04 3/204 3679
/proc/meminfo: memFree=31278664/32770624 swapFree=67003472/67108860
[pid=3676] ppid=3673 vsize=349556 memory=321948 CPUtime=20.8 cores=1,3,5,7
/proc/3676/stat : 3676 (cosoco) R 3673 3676 31966 0 -1 4202496 169295 0 0 0 2062 18 0 0 20 0 1 0 411829086 357945344 80487 33554432000 4194304 6210612 140724338872832 140724338870152 5249691 0 0 4096 8405026 0 0 0 17 3 0 0 0 0 0 8308220 8313664 17260544 140724338881547 140724338881649 140724338881649 140724338884558 0
/proc/3676/statm: 87389 80487 866 493 0 80694 0
Current children cumulated CPU time: 20.8 s
Current children cumulated vsize: 349556 KiB
Current children cumulated memory: 321948 KiB

[startup+22.4004 s]
/proc/loadavg: 2.01 2.00 2.04 3/204 3679
/proc/meminfo: memFree=31275812/32770624 swapFree=67003472/67108860
[pid=3676] ppid=3673 vsize=352740 memory=324704 CPUtime=22.39 cores=1,3,5,7
/proc/3676/stat : 3676 (cosoco) R 3673 3676 31966 0 -1 4202496 170255 0 0 0 2221 18 0 0 20 0 1 0 411829086 361205760 81176 33554432000 4194304 6210612 140724338872832 140724338870152 5249664 0 0 4096 8405026 0 0 0 17 3 0 0 0 0 0 8308220 8313664 17260544 140724338881547 140724338881649 140724338881649 140724338884558 0
/proc/3676/statm: 88185 81176 866 493 0 81490 0
Current children cumulated CPU time: 22.39 s
Current children cumulated vsize: 352740 KiB
Current children cumulated memory: 324704 KiB

[startup+22.8004 s]
/proc/loadavg: 2.01 2.00 2.04 3/204 3679
/proc/meminfo: memFree=31275812/32770624 swapFree=67003472/67108860
[pid=3676] ppid=3673 vsize=352740 memory=324856 CPUtime=22.79 cores=1,3,5,7
/proc/3676/stat : 3676 (cosoco) R 3673 3676 31966 0 -1 4202496 170300 0 0 0 2261 18 0 0 20 0 1 0 411829086 361205760 81214 33554432000 4194304 6210612 140724338872832 140724338870152 5391852 0 0 4096 8405026 0 0 0 17 3 0 0 0 0 0 8308220 8313664 17260544 140724338881547 140724338881649 140724338881649 140724338884558 0
/proc/3676/statm: 88185 81214 866 493 0 81490 0
Current children cumulated CPU time: 22.79 s
Current children cumulated vsize: 352740 KiB
Current children cumulated memory: 324856 KiB

[startup+23.0004 s]*
/proc/loadavg: 2.01 2.00 2.04 3/204 3679
/proc/meminfo: memFree=31274696/32770624 swapFree=67003472/67108860
[pid=3676] ppid=3673 vsize=354136 memory=326128 CPUtime=23 cores=1,3,5,7
/proc/3676/stat : 3676 (cosoco) R 3673 3676 31966 0 -1 4202496 170756 0 0 0 2282 18 0 0 20 0 1 0 411829086 362635264 81532 33554432000 4194304 6210612 140724338872832 140724338870152 5184775 0 0 4096 8405026 0 0 0 17 3 0 0 0 0 0 8308220 8313664 17260544 140724338881547 140724338881649 140724338881649 140724338884558 0
/proc/3676/statm: 88534 81532 866 493 0 81839 0
Current children cumulated CPU time: 23 s
Current children cumulated vsize: 354136 KiB
Current children cumulated memory: 326128 KiB

[startup+23.1097 s]
/proc/loadavg: 2.01 2.00 2.04 3/204 3679
/proc/meminfo: memFree=31274696/32770624 swapFree=67003472/67108860
[pid=3676] ppid=3673 vsize=359856 memory=331560 CPUtime=23.1 cores=1,3,5,7
/proc/3676/stat : 3676 (cosoco) R 3673 3676 31966 0 -1 4202496 172403 0 0 0 2292 18 0 0 20 0 1 0 411829086 368492544 82890 33554432000 4194304 6210612 140724338872832 140724338870152 5396596 0 0 4096 8405026 0 0 0 17 3 0 0 0 0 0 8308220 8313664 17260544 140724338881547 140724338881649 140724338881649 140724338884558 0
/proc/3676/statm: 89964 82890 866 493 0 83269 0
Current children cumulated CPU time: 23.1 s
Current children cumulated vsize: 359856 KiB
Current children cumulated memory: 331560 KiB

Child status: 1
Real time (s): 23.1846
CPU time (s): 23.1855
CPU user time (s): 22.9735
CPU system time (s): 0.212013
CPU usage (%): 100.004
Max. virtual memory (cumulated for all children) (KiB): 359856
Max. memory (cumulated for all children) (KiB): 331560

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 22.9735
system time used= 0.212013
maximum resident set size= 332848
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 172775
page faults= 0
swaps= 0
block input operations= 0
block output operations= 0
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 6
involuntary context switches= 13


# summary of solver processes directly reported to runsolver:
#   pid: 3676
#   total CPU time (s): 23.1855
#   total CPU user time (s): 22.9735
#   total CPU system time (s): 0.212013

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 0.126303 second user time and 0.198318 second system time

The end

Launcher Data

Begin job on node133 at 2019-09-13 08:24:15
IDJOB=4394828
IDBENCH=141088
IDSOLVER=2830
FILE ID=node133/4394828-1568355894
RUNJOBID= node133-1568334353-31998
PBS_JOBID= 21701160
Free space on /tmp= 55084 MiB

SOLVER NAME= cosoco 2
BENCH NAME= XCSP18/Rlfap_mini/Rlfap-opt_mini/Rlfap-ext-graph-11-opt_c18.xml
COMMAND LINE= cosoco -lc -model -restarts -stick BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4394828-1568355894/watcher-4394828-1568355894 -o /tmp/evaluation-result-4394828-1568355894/solver-4394828-1568355894 -C 2400 -W 2500 -M 15500 --bin-var /tmp/runsolver-exch-node133-1568334353-31998 --watchdog 2560  cosoco -lc -model -restarts -stick HOME/instance-4394828-1568355894.xml

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

MD5SUM BENCH= 883afe48e037930c9e115af2d6f001fb
RANDOM SEED=238022604

node133.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.18
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.18
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.18
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.18
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:        31598040 kB
MemAvailable:   31854080 kB
Buffers:          144424 kB
Cached:           395888 kB
SwapCached:         3476 kB
Active:           340720 kB
Inactive:         251368 kB
Active(anon):      76248 kB
Inactive(anon):    15724 kB
Active(file):     264472 kB
Inactive(file):   235644 kB
Unevictable:      111240 kB
Mlocked:          111240 kB
SwapTotal:      67108860 kB
SwapFree:       67003472 kB
Dirty:             29704 kB
Writeback:            20 kB
AnonPages:        151156 kB
Mapped:            44660 kB
Shmem:             31332 kB
Slab:             172436 kB
SReclaimable:     143520 kB
SUnreclaim:        28916 kB
KernelStack:        3536 kB
PageTables:         5672 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83494172 kB
Committed_AS:     575664 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      350232 kB
VmallocChunk:   34341910524 kB
HardwareCorrupted:     0 kB
AnonHugePages:    106496 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
DirectMap4k:      122240 kB
DirectMap2M:    33423360 kB

Free space on /tmp at the end= 55084 MiB
End job on node133 at 2019-09-13 08:24:38