Trace number 4260187

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
cosoco-mini 1.1 (2017-07-29)UNSAT 1150.83 1150.97

General information on the benchmark

NamePigeonsPlus/PigeonsPlus-m1-s1/
pigeonsPlus-07-09.xml
MD5SUMbf36af344ce91645c9e055d2da140f7c
Bench CategoryCSP (decision problem)
Best result obtained on this benchmarkUNSAT
Best value of the objective obtained on this benchmark
Best CPU time to get the best result obtained on this benchmark1150.83
Satisfiable
(Un)Satisfiability was proved
Number of variables70
Number of constraints35
Number of domains2
Minimum domain size6
Maximum domain size7
Distribution of domain sizes[{"size":6,"count":7},{"size":7,"count":63}]
Minimum variable degree1
Maximum variable degree7
Distribution of variable degrees[{"degree":1,"count":56},{"degree":2,"count":7},{"degree":7,"count":7}]
Minimum constraint arity2
Maximum constraint arity9
Distribution of constraint arities[{"arity":2,"count":28},{"arity":9,"count":7}]
Number of extensional constraints35
Number of intensional constraints0
Distribution of constraint types[{"type":"extension","count":35}]
Optimization problemNO
Type of objective

Solver Data

81.90/82.06	c root propagations     : 0           
81.90/82.06	c restarts enabled, print stats at every restarts
81.90/82.06	c
81.90/82.06	c
81.90/82.06	c
81.90/82.06	c This is cosoco 1.1 --  
81.90/82.06	c
81.90/82.06	c command line: cosoco -lc -model -restarts HOME/instance-4260187-1502031138.xml 
81.90/82.06	c ========================================[ Problem Statistics ]===========================================
81.90/82.06	c |                                                                                                       
81.90/82.06	c |  Parse time        :        78.95 s 
81.90/82.06	c |
81.90/82.06	c |               Variables: 70
81.90/82.06	c |            Domain Sizes: 6..7
81.90/82.06	c |
81.90/82.06	c |             Constraints: 35
81.90/82.06	c |                   Arity: 2..9  -- Binary: 28
81.90/82.06	c | 
81.90/82.06	c |                   Types: 
81.90/82.06	c |                          Extension: 35  (nb tuples: 12..10077697) -- (shared: 32)
81.90/82.06	c |                          
81.90/82.06	c =========================================================================================================
81.90/82.06	c conflicts      decisions      filterCalls    propagations   Root Prop.     Nogoods        min/max/avg depth
219.09/219.20	c 101            244            6877           2907           0              0              5   8   5      
390.28/390.43	c 211            524            14427          5960           2              0              3   5   4      
568.58/568.72	c 332            818            22537          9281           4              0              3   5   4      
766.47/766.63	c 465            1156           31877          12945          4              0              3   5   4      
986.05/986.29	c 611            1520           41828          16951          8              0              3   5   4      
1150.74/1150.96	c restarts              : 5           
1150.74/1150.96	c conflicts             : 707          (1 /sec)
1150.74/1150.96	c decisions             : 1838         (2 /sec)
1150.74/1150.96	c propagations          : 20250       (18 /sec)
1150.74/1150.96	c root propagations     : 0           
1150.74/1150.96	c filter calls          : 49750          (43 /sec)
1150.74/1150.96	c useless filter calls  : 34938          (70 %)
1150.74/1150.96	c Memory used           : 1572.41 MB
1150.74/1150.96	c CPU time              : 1149.58 s
1150.74/1150.96	
1150.74/1150.96	s UNSATISFIABLE

Verifier Data


Watcher Data

runsolver Copyright (C) 2010-2013 Olivier ROUSSEL

This is runsolver version 3.3.7 (svn: 2553)

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.

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-4260187-1502031138/watcher-4260187-1502031138 -o /tmp/evaluation-result-4260187-1502031138/solver-4260187-1502031138 -C 2400 -W 2500 -M 15500 --bin-var /tmp/runsolver-exch-node127-1502014511-21396 --watchdog 2560 cosoco -lc -model -restarts HOME/instance-4260187-1502031138.xml 

pid=26877
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
Current StackSize limit: 8192 KiB


[startup+0 s]
/proc/loadavg: 1.82 1.95 2.02 3/180 26880
/proc/meminfo: memFree=31520364/32770624 swapFree=0/324904
[pid=26880] ppid=26877 vsize=23672 CPUtime=0 cores=1,3,5,7
/proc/26880/stat : 26880 (runsolver) D 26877 26880 20633 0 -1 4202560 107 0 0 0 0 0 0 0 20 0 1 0 5307707 24240128 107 18446744073709551615 4194304 4338465 140728984183744 140728984181384 139996745507543 0 0 1 24578 18446744071580418449 0 0 17 5 0 0 0 0 0 6438912 6441760 26730496 140728984191170 140728984191562 140728984191562 140728984195018 0
/proc/26880/statm: 5918 107 54 36 0 2156 0

[startup+0.100453 s]
/proc/loadavg: 1.82 1.95 2.02 3/180 26880
/proc/meminfo: memFree=31520364/32770624 swapFree=0/324904
[pid=26880] ppid=26877 vsize=27128 CPUtime=0.01 cores=1,3,5,7
/proc/26880/stat : 26880 (cosoco) R 26877 26880 20633 0 -1 4202496 1016 0 0 0 1 0 0 0 20 0 1 0 5307707 27779072 825 18446744073709551615 4194304 5747388 140734048466528 140734048463176 5476382 0 0 1 0 0 0 0 17 7 0 0 7 0 0 7845728 7850568 28422144 140734048469487 140734048469582 140734048469582 140734048473038 0
/proc/26880/statm: 6782 825 709 380 0 200 0
Current children cumulated CPU time (s) 0.01
Current children cumulated vsize (KiB) 27128

[startup+0.200473 s]
/proc/loadavg: 1.82 1.95 2.02 3/180 26880
/proc/meminfo: memFree=31520364/32770624 swapFree=0/324904
[pid=26880] ppid=26877 vsize=27912 CPUtime=0.11 cores=1,3,5,7
/proc/26880/stat : 26880 (cosoco) R 26877 26880 20633 0 -1 4202496 1287 0 0 0 11 0 0 0 20 0 1 0 5307707 28581888 1018 18446744073709551615 4194304 5747388 140734048466528 140734048463176 5478295 0 0 1 0 0 0 0 17 7 0 0 7 0 0 7845728 7850568 28422144 140734048469487 140734048469582 140734048469582 140734048473038 0
/proc/26880/statm: 6978 1018 709 380 0 396 0
Current children cumulated CPU time (s) 0.11
Current children cumulated vsize (KiB) 27912

[startup+0.300473 s]
/proc/loadavg: 1.82 1.95 2.02 3/180 26880
/proc/meminfo: memFree=31520364/32770624 swapFree=0/324904
[pid=26880] ppid=26877 vsize=28956 CPUtime=0.21 cores=1,3,5,7
/proc/26880/stat : 26880 (cosoco) R 26877 26880 20633 0 -1 4202496 1615 0 0 0 21 0 0 0 20 0 1 0 5307707 29650944 1294 18446744073709551615 4194304 5747388 140734048466528 140734048463176 5478329 0 0 1 0 0 0 0 17 7 0 0 7 0 0 7845728 7850568 28422144 140734048469487 140734048469582 140734048469582 140734048473038 0
/proc/26880/statm: 7239 1294 709 380 0 657 0
Current children cumulated CPU time (s) 0.21
Current children cumulated vsize (KiB) 28956

[startup+0.700228 s]
/proc/loadavg: 1.82 1.95 2.02 3/180 26880
/proc/meminfo: memFree=31520364/32770624 swapFree=0/324904
[pid=26880] ppid=26877 vsize=33636 CPUtime=0.61 cores=1,3,5,7
/proc/26880/stat : 26880 (cosoco) R 26877 26880 20633 0 -1 4202496 2789 0 0 0 61 0 0 0 20 0 1 0 5307707 34443264 2371 18446744073709551615 4194304 5747388 140734048466528 140734048463176 140220159974400 0 0 1 0 0 0 0 17 3 0 0 7 0 0 7845728 7850568 28422144 140734048469487 140734048469582 140734048469582 140734048473038 0
/proc/26880/statm: 8409 2371 709 380 0 1827 0
Current children cumulated CPU time (s) 0.61
Current children cumulated vsize (KiB) 33636

[startup+1.50022 s]
/proc/loadavg: 1.82 1.95 2.02 3/181 26881
/proc/meminfo: memFree=31550780/32770624 swapFree=0/324904
[pid=26880] ppid=26877 vsize=41724 CPUtime=1.41 cores=1,3,5,7
/proc/26880/stat : 26880 (cosoco) R 26877 26880 20633 0 -1 4202496 4284 0 0 0 141 0 0 0 20 0 1 0 5307707 42725376 4114 18446744073709551615 4194304 5747388 140734048466528 140734048463176 140220159536101 0 0 1 0 0 0 0 17 3 0 0 7 0 0 7845728 7850568 28422144 140734048469487 140734048469582 140734048469582 140734048473038 0
/proc/26880/statm: 10431 4114 709 380 0 3849 0
Current children cumulated CPU time (s) 1.41
Current children cumulated vsize (KiB) 41724

[startup+3.10022 s]
/proc/loadavg: 1.82 1.95 2.02 3/181 26881
/proc/meminfo: memFree=31542472/32770624 swapFree=0/324908
[pid=26880] ppid=26877 vsize=57768 CPUtime=3.01 cores=1,3,5,7
/proc/26880/stat : 26880 (cosoco) R 26877 26880 20633 0 -1 4202496 7819 0 0 0 300 1 0 0 20 0 1 0 5307707 59154432 8149 18446744073709551615 4194304 5747388 140734048466528 140734048463176 140220159536101 0 0 1 0 0 0 0 17 3 0 0 7 0 0 7845728 7850568 28422144 140734048469487 140734048469582 140734048469582 140734048473038 0
/proc/26880/statm: 14442 8149 709 380 0 7860 0
Current children cumulated CPU time (s) 3.01
Current children cumulated vsize (KiB) 57768

[startup+6.30022 s]
/proc/loadavg: 1.83 1.95 2.02 3/181 26881
/proc/meminfo: memFree=31511144/32770624 swapFree=0/324908
[pid=26880] ppid=26877 vsize=89724 CPUtime=6.21 cores=1,3,5,7
/proc/26880/stat : 26880 (cosoco) R 26877 26880 20633 0 -1 4202496 13985 0 0 0 618 3 0 0 20 0 1 0 5307707 91877376 15628 18446744073709551615 4194304 5747388 140734048466528 140734048463176 140220159536101 0 0 1 0 0 0 0 17 3 0 0 7 0 0 7845728 7850568 28422144 140734048469487 140734048469582 140734048469582 140734048473038 0
/proc/26880/statm: 22431 15628 709 380 0 15849 0
Current children cumulated CPU time (s) 6.21
Current children cumulated vsize (KiB) 89724

[startup+12.7002 s]
/proc/loadavg: 1.85 1.96 2.02 3/181 26881
/proc/meminfo: memFree=31449520/32770624 swapFree=0/324908
[pid=26880] ppid=26877 vsize=153768 CPUtime=12.61 cores=1,3,5,7
/proc/26880/stat : 26880 (cosoco) R 26877 26880 20633 0 -1 4202496 24592 0 0 0 1255 6 0 0 20 0 1 0 5307707 157458432 30100 18446744073709551615 4194304 5747388 140734048466528 140734048463176 140220159536101 0 0 1 0 0 0 0 17 3 0 0 7 0 0 7845728 7850568 28422144 140734048469487 140734048469582 140734048469582 140734048473038 0
/proc/26880/statm: 38442 30100 709 380 0 31860 0
Current children cumulated CPU time (s) 12.61
Current children cumulated vsize (KiB) 153768

[startup+25.5003 s]
/proc/loadavg: 1.88 1.96 2.02 3/181 26882
/proc/meminfo: memFree=31327200/32770624 swapFree=0/324928
[pid=26880] ppid=26877 vsize=281988 CPUtime=25.4 cores=1,3,5,7
/proc/26880/stat : 26880 (cosoco) R 26877 26880 20633 0 -1 4202496 45135 0 0 0 2529 11 0 0 20 0 1 0 5307707 288755712 59601 18446744073709551615 4194304 5747388 140734048466528 140734048463176 140220159536101 0 0 1 0 0 0 0 17 3 0 0 7 0 0 7845728 7850568 28422144 140734048469487 140734048469582 140734048469582 140734048473038 0
/proc/26880/statm: 70497 59601 709 380 0 63915 0
Current children cumulated CPU time (s) 25.4
Current children cumulated vsize (KiB) 281988

[startup+51.1003 s]
/proc/loadavg: 1.92 1.96 2.02 3/181 26882
/proc/meminfo: memFree=31092316/32770624 swapFree=0/324940
[pid=26880] ppid=26877 vsize=538164 CPUtime=51 cores=1,3,5,7
/proc/26880/stat : 26880 (cosoco) R 26877 26880 20633 0 -1 4202496 85436 0 0 0 5079 21 0 0 20 0 1 0 5307707 551079936 119060 18446744073709551615 4194304 5747388 140734048466528 140734048463176 140220159974400 0 0 1 0 0 0 0 17 3 0 0 7 0 0 7845728 7850568 28422144 140734048469487 140734048469582 140734048469582 140734048473038 0
/proc/26880/statm: 134541 119060 709 380 0 127959 0
Current children cumulated CPU time (s) 51
Current children cumulated vsize (KiB) 538164

[startup+102.3 s]
/proc/loadavg: 1.97 1.96 2.02 3/182 26885
/proc/meminfo: memFree=29982244/32770624 swapFree=0/324968
[pid=26880] ppid=26877 vsize=1610140 CPUtime=102.2 cores=1,3,5,7
/proc/26880/stat : 26880 (cosoco) R 26877 26880 20633 0 -1 4202496 436755 0 0 0 10152 68 0 0 20 0 1 0 5307707 1648783360 394599 18446744073709551615 4194304 5747388 140734048466528 140734048464184 4894096 0 0 1 8405026 0 0 0 17 3 0 0 7 0 0 7845728 7850568 28422144 140734048469487 140734048469582 140734048469582 140734048473038 0
/proc/26880/statm: 402535 394599 750 380 0 395953 0
Current children cumulated CPU time (s) 102.2
Current children cumulated vsize (KiB) 1610140

[startup+162.3 s]
/proc/loadavg: 2.03 1.99 2.03 3/185 26901
/proc/meminfo: memFree=29977836/32770624 swapFree=0/325032
[pid=26880] ppid=26877 vsize=1610140 CPUtime=162.19 cores=1,3,5,7
/proc/26880/stat : 26880 (cosoco) R 26877 26880 20633 0 -1 4202496 519603 0 0 0 16148 71 0 0 20 0 1 0 5307707 1648783360 394599 18446744073709551615 4194304 5747388 140734048466528 140734048464184 4892833 0 0 1 8405026 0 0 0 17 3 0 0 7 0 0 7845728 7850568 28422144 140734048469487 140734048469582 140734048469582 140734048473038 0
/proc/26880/statm: 402535 394599 750 380 0 395953 0
Current children cumulated CPU time (s) 162.19
Current children cumulated vsize (KiB) 1610140

[startup+222.306 s]
/proc/loadavg: 2.01 1.99 2.03 3/182 26903
/proc/meminfo: memFree=29979548/32770624 swapFree=0/325080
[pid=26880] ppid=26877 vsize=1610140 CPUtime=222.19 cores=1,3,5,7
/proc/26880/stat : 26880 (cosoco) R 26877 26880 20633 0 -1 4202496 598806 0 0 0 22145 74 0 0 20 0 1 0 5307707 1648783360 394601 18446744073709551615 4194304 5747388 140734048466528 140734048464184 4894006 0 0 1 8405026 0 0 0 17 3 0 0 7 0 0 7845728 7850568 28422144 140734048469487 140734048469582 140734048469582 140734048473038 0
/proc/26880/statm: 402535 394601 752 380 0 395953 0
Current children cumulated CPU time (s) 222.19
Current children cumulated vsize (KiB) 1610140

[startup+282.3 s]
/proc/loadavg: 2.00 1.99 2.03 3/182 26905
/proc/meminfo: memFree=29980304/32770624 swapFree=0/325116
[pid=26880] ppid=26877 vsize=1610140 CPUtime=282.18 cores=1,3,5,7
/proc/26880/stat : 26880 (cosoco) R 26877 26880 20633 0 -1 4202496 755742 0 0 0 28138 80 0 0 20 0 1 0 5307707 1648783360 394601 18446744073709551615 4194304 5747388 140734048466528 140734048463928 4894124 0 0 1 8405026 0 0 0 17 3 0 0 7 0 0 7845728 7850568 28422144 140734048469487 140734048469582 140734048469582 140734048473038 0
/proc/26880/statm: 402535 394601 752 380 0 395953 0
Current children cumulated CPU time (s) 282.18
Current children cumulated vsize (KiB) 1610140

[startup+342.3 s]
/proc/loadavg: 2.08 2.00 2.03 3/182 26907
/proc/meminfo: memFree=29980320/32770624 swapFree=0/325148
[pid=26880] ppid=26877 vsize=1610140 CPUtime=342.19 cores=1,3,5,7
/proc/26880/stat : 26880 (cosoco) R 26877 26880 20633 0 -1 4202496 887635 0 0 0 34132 87 0 0 20 0 1 0 5307707 1648783360 394601 18446744073709551615 4194304 5747388 140734048466528 140734048463928 4894018 0 0 1 8405026 0 0 0 17 3 0 0 7 0 0 7845728 7850568 28422144 140734048469487 140734048469582 140734048469582 140734048473038 0
/proc/26880/statm: 402535 394601 752 380 0 395953 0
Current children cumulated CPU time (s) 342.19
Current children cumulated vsize (KiB) 1610140

[startup+402.3 s]
/proc/loadavg: 2.07 2.01 2.04 3/181 26909
/proc/meminfo: memFree=29981332/32770624 swapFree=0/325176
[pid=26880] ppid=26877 vsize=1610140 CPUtime=402.18 cores=1,3,5,7
/proc/26880/stat : 26880 (cosoco) R 26877 26880 20633 0 -1 4202496 1040410 0 0 0 40126 92 0 0 20 0 1 0 5307707 1648783360 394601 18446744073709551615 4194304 5747388 140734048466528 140734048463928 4894014 0 0 1 8405026 0 0 0 17 3 0 0 7 0 0 7845728 7850568 28422144 140734048469487 140734048469582 140734048469582 140734048473038 0
/proc/26880/statm: 402535 394601 752 380 0 395953 0
Current children cumulated CPU time (s) 402.18
Current children cumulated vsize (KiB) 1610140

[startup+462.3 s]
/proc/loadavg: 2.07 2.03 2.05 3/181 26911
/proc/meminfo: memFree=29981752/32770624 swapFree=0/325212
[pid=26880] ppid=26877 vsize=1610140 CPUtime=462.18 cores=1,3,5,7
/proc/26880/stat : 26880 (cosoco) R 26877 26880 20633 0 -1 4202496 1149386 0 0 0 46122 96 0 0 20 0 1 0 5307707 1648783360 394601 18446744073709551615 4194304 5747388 140734048466528 140734048463928 4894113 0 0 1 8405026 0 0 0 17 3 0 0 7 0 0 7845728 7850568 28422144 140734048469487 140734048469582 140734048469582 140734048473038 0
/proc/26880/statm: 402535 394601 752 380 0 395953 0
Current children cumulated CPU time (s) 462.18
Current children cumulated vsize (KiB) 1610140

[startup+522.3 s]
/proc/loadavg: 2.11 2.05 2.05 3/181 26913
/proc/meminfo: memFree=29981036/32770624 swapFree=0/325248
[pid=26880] ppid=26877 vsize=1610140 CPUtime=522.18 cores=1,3,5,7
/proc/26880/stat : 26880 (cosoco) R 26877 26880 20633 0 -1 4202496 1274138 0 0 0 52117 101 0 0 20 0 1 0 5307707 1648783360 394601 18446744073709551615 4194304 5747388 140734048466528 140734048463928 4892736 0 0 1 8405026 0 0 0 17 3 0 0 7 0 0 7845728 7850568 28422144 140734048469487 140734048469582 140734048469582 140734048473038 0
/proc/26880/statm: 402535 394601 752 380 0 395953 0
Current children cumulated CPU time (s) 522.18
Current children cumulated vsize (KiB) 1610140

[startup+582.3 s]
/proc/loadavg: 2.08 2.06 2.05 3/181 26915
/proc/meminfo: memFree=29981312/32770624 swapFree=0/325280
[pid=26880] ppid=26877 vsize=1610140 CPUtime=582.17 cores=1,3,5,7
/proc/26880/stat : 26880 (cosoco) R 26877 26880 20633 0 -1 4202496 1398774 0 0 0 58111 106 0 0 20 0 1 0 5307707 1648783360 394601 18446744073709551615 4194304 5747388 140734048466528 140734048463928 4894170 0 0 1 8405026 0 0 0 17 3 0 0 7 0 0 7845728 7850568 28422144 140734048469487 140734048469582 140734048469582 140734048473038 0
/proc/26880/statm: 402535 394601 752 380 0 395953 0
Current children cumulated CPU time (s) 582.17
Current children cumulated vsize (KiB) 1610140

[startup+642.3 s]
/proc/loadavg: 2.07 2.06 2.05 3/181 26917
/proc/meminfo: memFree=29981600/32770624 swapFree=0/325312
[pid=26880] ppid=26877 vsize=1610140 CPUtime=642.17 cores=1,3,5,7
/proc/26880/stat : 26880 (cosoco) R 26877 26880 20633 0 -1 4202496 1499214 0 0 0 64107 110 0 0 20 0 1 0 5307707 1648783360 394601 18446744073709551615 4194304 5747388 140734048466528 140734048463928 4894030 0 0 1 8405026 0 0 0 17 3 0 0 7 0 0 7845728 7850568 28422144 140734048469487 140734048469582 140734048469582 140734048473038 0
/proc/26880/statm: 402535 394601 752 380 0 395953 0
Current children cumulated CPU time (s) 642.17
Current children cumulated vsize (KiB) 1610140

[startup+702.3 s]
/proc/loadavg: 2.03 2.05 2.05 3/180 26919
/proc/meminfo: memFree=29982236/32770624 swapFree=0/325348
[pid=26880] ppid=26877 vsize=1610140 CPUtime=702.16 cores=1,3,5,7
/proc/26880/stat : 26880 (cosoco) R 26877 26880 20633 0 -1 4202496 1611034 0 0 0 70102 114 0 0 20 0 1 0 5307707 1648783360 394601 18446744073709551615 4194304 5747388 140734048466528 140734048463928 4894124 0 0 1 8405026 0 0 0 17 3 0 0 7 0 0 7845728 7850568 28422144 140734048469487 140734048469582 140734048469582 140734048473038 0
/proc/26880/statm: 402535 394601 752 380 0 395953 0
Current children cumulated CPU time (s) 702.16
Current children cumulated vsize (KiB) 1610140

[startup+762.3 s]
/proc/loadavg: 2.01 2.04 2.05 3/185 26937
/proc/meminfo: memFree=29976464/32770624 swapFree=0/325408
[pid=26880] ppid=26877 vsize=1610140 CPUtime=762.17 cores=1,3,5,7
/proc/26880/stat : 26880 (cosoco) R 26877 26880 20633 0 -1 4202496 1691669 0 0 0 76098 119 0 0 20 0 1 0 5307707 1648783360 394601 18446744073709551615 4194304 5747388 140734048466528 140734048463928 4894124 0 0 1 8405026 0 0 0 17 3 0 0 7 0 0 7845728 7850568 28422144 140734048469487 140734048469582 140734048469582 140734048473038 0
/proc/26880/statm: 402535 394601 752 380 0 395953 0
Current children cumulated CPU time (s) 762.17
Current children cumulated vsize (KiB) 1610140

[startup+822.3 s]
/proc/loadavg: 2.00 2.04 2.05 3/182 26939
/proc/meminfo: memFree=29978752/32770624 swapFree=0/325448
[pid=26880] ppid=26877 vsize=1610140 CPUtime=822.16 cores=1,3,5,7
/proc/26880/stat : 26880 (cosoco) R 26877 26880 20633 0 -1 4202496 1754447 0 0 0 82095 121 0 0 20 0 1 0 5307707 1648783360 394601 18446744073709551615 4194304 5747388 140734048466528 140734048463928 4894018 0 0 1 8405026 0 0 0 17 3 0 0 7 0 0 7845728 7850568 28422144 140734048469487 140734048469582 140734048469582 140734048473038 0
/proc/26880/statm: 402535 394601 752 380 0 395953 0
Current children cumulated CPU time (s) 822.16
Current children cumulated vsize (KiB) 1610140

[startup+882.306 s]
/proc/loadavg: 2.08 2.06 2.05 3/182 26941
/proc/meminfo: memFree=29978776/32770624 swapFree=0/325476
[pid=26880] ppid=26877 vsize=1610140 CPUtime=882.16 cores=1,3,5,7
/proc/26880/stat : 26880 (cosoco) R 26877 26880 20633 0 -1 4202496 1799246 0 0 0 88093 123 0 0 20 0 1 0 5307707 1648783360 394601 18446744073709551615 4194304 5747388 140734048466528 140734048463928 4894030 0 0 1 8405026 0 0 0 17 3 0 0 7 0 0 7845728 7850568 28422144 140734048469487 140734048469582 140734048469582 140734048473038 0
/proc/26880/statm: 402535 394601 752 380 0 395953 0
Current children cumulated CPU time (s) 882.16
Current children cumulated vsize (KiB) 1610140

[startup+942.3 s]
/proc/loadavg: 2.03 2.05 2.05 3/182 26943
/proc/meminfo: memFree=29979668/32770624 swapFree=0/325504
[pid=26880] ppid=26877 vsize=1610140 CPUtime=942.16 cores=1,3,5,7
/proc/26880/stat : 26880 (cosoco) R 26877 26880 20633 0 -1 4202496 1808729 0 0 0 94092 124 0 0 20 0 1 0 5307707 1648783360 394601 18446744073709551615 4194304 5747388 140734048466528 140734048463928 4894191 0 0 1 8405026 0 0 0 17 3 0 0 7 0 0 7845728 7850568 28422144 140734048469487 140734048469582 140734048469582 140734048473038 0
/proc/26880/statm: 402535 394601 752 380 0 395953 0
Current children cumulated CPU time (s) 942.16
Current children cumulated vsize (KiB) 1610140

[startup+1002.3 s]
/proc/loadavg: 2.01 2.04 2.05 3/182 26945
/proc/meminfo: memFree=29980816/32770624 swapFree=0/325540
[pid=26880] ppid=26877 vsize=1610140 CPUtime=1002.15 cores=1,3,5,7
/proc/26880/stat : 26880 (cosoco) R 26877 26880 20633 0 -1 4202496 1809746 0 0 0 100091 124 0 0 20 0 1 0 5307707 1648783360 394601 18446744073709551615 4194304 5747388 140734048466528 140734048463928 4894191 0 0 1 8405026 0 0 0 17 3 0 0 7 0 0 7845728 7850568 28422144 140734048469487 140734048469582 140734048469582 140734048473038 0
/proc/26880/statm: 402535 394601 752 380 0 395953 0
Current children cumulated CPU time (s) 1002.15
Current children cumulated vsize (KiB) 1610140

[startup+1062.3 s]
/proc/loadavg: 2.00 2.03 2.05 3/181 26948
/proc/meminfo: memFree=29981040/32770624 swapFree=0/325584
[pid=26880] ppid=26877 vsize=1610140 CPUtime=1062.15 cores=1,3,5,7
/proc/26880/stat : 26880 (cosoco) R 26877 26880 20633 0 -1 4202496 1810613 0 0 0 106091 124 0 0 20 0 1 0 5307707 1648783360 394601 18446744073709551615 4194304 5747388 140734048466528 140734048463928 4894006 0 0 1 8405026 0 0 0 17 3 0 0 7 0 0 7845728 7850568 28422144 140734048469487 140734048469582 140734048469582 140734048473038 0
/proc/26880/statm: 402535 394601 752 380 0 395953 0
Current children cumulated CPU time (s) 1062.15
Current children cumulated vsize (KiB) 1610140

[startup+1122.3 s]
/proc/loadavg: 2.00 2.03 2.05 3/181 26950
/proc/meminfo: memFree=29981188/32770624 swapFree=0/325616
[pid=26880] ppid=26877 vsize=1610140 CPUtime=1122.15 cores=1,3,5,7
/proc/26880/stat : 26880 (cosoco) R 26877 26880 20633 0 -1 4202496 1811566 0 0 0 112091 124 0 0 20 0 1 0 5307707 1648783360 394601 18446744073709551615 4194304 5747388 140734048466528 140734048463928 4894117 0 0 1 8405026 0 0 0 17 3 0 0 7 0 0 7845728 7850568 28422144 140734048469487 140734048469582 140734048469582 140734048473038 0
/proc/26880/statm: 402535 394601 752 380 0 395953 0
Current children cumulated CPU time (s) 1122.15
Current children cumulated vsize (KiB) 1610140

Solver just ended.
??? exit watcher main loop
??? sigkill at end of watcher main loop
??? kill 26880 sig 9
??? end of watcher thread
Dumping a history of the last processes samples

[startup+1126.4 s]
/proc/loadavg: 2.00 2.03 2.05 3/181 26950
/proc/meminfo: memFree=29981188/32770624 swapFree=0/325616
[pid=26880] ppid=26877 vsize=1610140 CPUtime=1126.25 cores=1,3,5,7
/proc/26880/stat : 26880 (cosoco) R 26877 26880 20633 0 -1 4202496 1811663 0 0 0 112501 124 0 0 20 0 1 0 5307707 1648783360 394601 18446744073709551615 4194304 5747388 140734048466528 140734048463928 4894030 0 0 1 8405026 0 0 0 17 3 0 0 7 0 0 7845728 7850568 28422144 140734048469487 140734048469582 140734048469582 140734048473038 0
/proc/26880/statm: 402535 394601 752 380 0 395953 0
Current children cumulated CPU time (s) 1126.25
Current children cumulated vsize (KiB) 1610140

[startup+1139.2 s]
/proc/loadavg: 2.00 2.03 2.05 3/181 26950
/proc/meminfo: memFree=29981188/32770624 swapFree=0/325616
[pid=26880] ppid=26877 vsize=1610140 CPUtime=1139.04 cores=1,3,5,7
/proc/26880/stat : 26880 (cosoco) R 26877 26880 20633 0 -1 4202496 1811764 0 0 0 113780 124 0 0 20 0 1 0 5307707 1648783360 394601 18446744073709551615 4194304 5747388 140734048466528 140734048463928 4894030 0 0 1 8405026 0 0 0 17 3 0 0 7 0 0 7845728 7850568 28422144 140734048469487 140734048469582 140734048469582 140734048473038 0
/proc/26880/statm: 402535 394601 752 380 0 395953 0
Current children cumulated CPU time (s) 1139.04
Current children cumulated vsize (KiB) 1610140

[startup+1145.6 s]
/proc/loadavg: 2.00 2.02 2.05 3/181 26951
/proc/meminfo: memFree=29981064/32770624 swapFree=0/325648
[pid=26880] ppid=26877 vsize=1610140 CPUtime=1145.44 cores=1,3,5,7
/proc/26880/stat : 26880 (cosoco) R 26877 26880 20633 0 -1 4202496 1811778 0 0 0 114420 124 0 0 20 0 1 0 5307707 1648783360 394601 18446744073709551615 4194304 5747388 140734048466528 140734048463928 4894006 0 0 1 8405026 0 0 0 17 3 0 0 7 0 0 7845728 7850568 28422144 140734048469487 140734048469582 140734048469582 140734048473038 0
/proc/26880/statm: 402535 394601 752 380 0 395953 0
Current children cumulated CPU time (s) 1145.44
Current children cumulated vsize (KiB) 1610140

[startup+1148.8 s]
/proc/loadavg: 2.00 2.02 2.05 3/181 26951
/proc/meminfo: memFree=29981064/32770624 swapFree=0/325648
[pid=26880] ppid=26877 vsize=1610140 CPUtime=1148.64 cores=1,3,5,7
/proc/26880/stat : 26880 (cosoco) R 26877 26880 20633 0 -1 4202496 1811830 0 0 0 114740 124 0 0 20 0 1 0 5307707 1648783360 394601 18446744073709551615 4194304 5747388 140734048466528 140734048463928 4894124 0 0 1 8405026 0 0 0 17 3 0 0 7 0 0 7845728 7850568 28422144 140734048469487 140734048469582 140734048469582 140734048473038 0
/proc/26880/statm: 402535 394601 752 380 0 395953 0
Current children cumulated CPU time (s) 1148.64
Current children cumulated vsize (KiB) 1610140

[startup+1149.61 s]
/proc/loadavg: 2.00 2.02 2.05 3/181 26951
/proc/meminfo: memFree=29981064/32770624 swapFree=0/325648
[pid=26880] ppid=26877 vsize=1610140 CPUtime=1149.45 cores=1,3,5,7
/proc/26880/stat : 26880 (cosoco) R 26877 26880 20633 0 -1 4202496 1811830 0 0 0 114821 124 0 0 20 0 1 0 5307707 1648783360 394601 18446744073709551615 4194304 5747388 140734048466528 140734048463928 4892751 0 0 1 8405026 0 0 0 17 3 0 0 7 0 0 7845728 7850568 28422144 140734048469487 140734048469582 140734048469582 140734048473038 0
/proc/26880/statm: 402535 394601 752 380 0 395953 0
Current children cumulated CPU time (s) 1149.45
Current children cumulated vsize (KiB) 1610140

[startup+1150.4 s]
/proc/loadavg: 2.00 2.02 2.05 3/181 26951
/proc/meminfo: memFree=29981064/32770624 swapFree=0/325648
[pid=26880] ppid=26877 vsize=1610140 CPUtime=1150.24 cores=1,3,5,7
/proc/26880/stat : 26880 (cosoco) R 26877 26880 20633 0 -1 4202496 1811830 0 0 0 114900 124 0 0 20 0 1 0 5307707 1648783360 394601 18446744073709551615 4194304 5747388 140734048466528 140734048463928 4894191 0 0 1 8405026 0 0 0 17 3 0 0 7 0 0 7845728 7850568 28422144 140734048469487 140734048469582 140734048469582 140734048473038 0
/proc/26880/statm: 402535 394601 752 380 0 395953 0
Current children cumulated CPU time (s) 1150.24
Current children cumulated vsize (KiB) 1610140

[startup+1150.8 s]
/proc/loadavg: 2.00 2.02 2.05 3/181 26951
/proc/meminfo: memFree=29981064/32770624 swapFree=0/325648
[pid=26880] ppid=26877 vsize=1610140 CPUtime=1150.64 cores=1,3,5,7
/proc/26880/stat : 26880 (cosoco) R 26877 26880 20633 0 -1 4202496 1811830 0 0 0 114940 124 0 0 20 0 1 0 5307707 1648783360 394601 18446744073709551615 4194304 5747388 140734048466528 140734048463928 5125648 0 0 1 8405026 0 0 0 17 3 0 0 7 0 0 7845728 7850568 28422144 140734048469487 140734048469582 140734048469582 140734048473038 0
/proc/26880/statm: 402535 394601 752 380 0 395953 0
Current children cumulated CPU time (s) 1150.64
Current children cumulated vsize (KiB) 1610140

[startup+1150.9 s]
/proc/loadavg: 2.00 2.02 2.05 3/181 26951
/proc/meminfo: memFree=29981064/32770624 swapFree=0/325648
[pid=26880] ppid=26877 vsize=1610140 CPUtime=1150.74 cores=1,3,5,7
/proc/26880/stat : 26880 (cosoco) R 26877 26880 20633 0 -1 4202496 1811830 0 0 0 114950 124 0 0 20 0 1 0 5307707 1648783360 394601 18446744073709551615 4194304 5747388 140734048466528 140734048463928 4894202 0 0 1 8405026 0 0 0 17 3 0 0 7 0 0 7845728 7850568 28422144 140734048469487 140734048469582 140734048469582 140734048473038 0
/proc/26880/statm: 402535 394601 752 380 0 395953 0
Current children cumulated CPU time (s) 1150.74
Current children cumulated vsize (KiB) 1610140

Child status: 0
Real time (s): 1150.97
CPU time (s): 1150.83
CPU user time (s): 1149.58
CPU system time (s): 1.24993
CPU usage (%): 99.9873
Max. virtual memory (cumulated for all children) (KiB): 2160828

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1149.58
system time used= 1.24993
maximum resident set size= 1973640
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 1811879
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= 43
involuntary context switches= 355

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 2.03486 second user time and 5.92356 second system time

The end

Launcher Data

Begin job on node127 at 2017-08-06 16:38:15
IDJOB=4260187
IDBENCH=134316
IDSOLVER=2647
FILE ID=node127/4260187-1502031138
RUNJOBID= node127-1502014511-21396
PBS_JOBID= 
Free space on /tmp= 61848 MiB

SOLVER NAME= cosoco-mini 1.1
BENCH NAME= XCSP17/PigeonsPlus/PigeonsPlus-m1-s1/pigeonsPlus-07-09.xml
COMMAND LINE= cosoco -lc -model -restarts BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4260187-1502031138/watcher-4260187-1502031138 -o /tmp/evaluation-result-4260187-1502031138/solver-4260187-1502031138 -C 2400 -W 2500 -M 15500 --bin-var /tmp/runsolver-exch-node127-1502014511-21396 --watchdog 2560  cosoco -lc -model -restarts HOME/instance-4260187-1502031138.xml

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

MD5SUM BENCH= bf36af344ce91645c9e055d2da140f7c
RANDOM SEED=107632522

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:        31519588 kB
MemAvailable:   31980668 kB
Buffers:          116096 kB
Cached:           622844 kB
SwapCached:            0 kB
Active:           462468 kB
Inactive:         333436 kB
Active(anon):      57160 kB
Inactive(anon):     8532 kB
Active(file):     405308 kB
Inactive(file):   324904 kB
Unevictable:           0 kB
Mlocked:               0 kB
SwapTotal:      67108860 kB
SwapFree:       67108860 kB
Dirty:             57280 kB
Writeback:         75716 kB
AnonPages:         56700 kB
Mapped:            31108 kB
Shmem:              8868 kB
Slab:             160248 kB
SReclaimable:      93404 kB
SUnreclaim:        66844 kB
KernelStack:        3216 kB
PageTables:         4824 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83494172 kB
Committed_AS:     301016 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      350232 kB
VmallocChunk:   34341910524 kB
HardwareCorrupted:     0 kB
AnonHugePages:      8192 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= 61844 MiB
End job on node127 at 2017-08-06 16:57:26