Trace number 4268159

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 1.12UNSAT 1159.21 1159.42

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 benchmark68.578102
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

83.08/83.26	c root propagations     : 0           
83.08/83.26	c restarts enabled, print stats at every restarts
83.08/83.26	c
83.08/83.26	c
83.08/83.26	c
83.08/83.26	c This is cosoco 1.12 --  
83.08/83.26	c
83.08/83.26	c command line: cosoco -lc -model -restarts HOME/instance-4268159-1502544836.xml 
83.08/83.26	c ========================================[ Problem Statistics ]===========================================
83.08/83.26	c |                                                                                                       
83.08/83.26	c |  Parse time        :        80.11 s 
83.08/83.26	c |
83.08/83.26	c |               Variables: 70
83.08/83.26	c |            Domain Sizes: 6..7
83.08/83.26	c |
83.08/83.26	c |             Constraints: 35
83.08/83.26	c |                   Arity: 2..9  -- Binary: 28
83.08/83.26	c | 
83.08/83.26	c |                   Types: 
83.08/83.26	c |                          Extension: 35  (nb tuples: 12..10077697) -- (shared: 32)
83.08/83.26	c |                          
83.08/83.26	c =========================================================================================================
83.08/83.26	c conflicts      decisions      filterCalls    propagations   Root Prop.     Nogoods        min/max/avg depth
220.98/221.18	c 101            244            6877           2907           0              0              5   8   5      
393.35/393.59	c 211            524            14427          5960           2              0              3   5   4      
572.94/573.11	c 332            818            22537          9281           4              0              3   5   4      
772.12/772.34	c 465            1156           31877          12945          4              0              3   5   4      
993.20/993.44	c 611            1520           41828          16951          8              0              3   5   4      
1159.18/1159.41	c restarts              : 5           
1159.18/1159.41	c conflicts             : 707          (1 /sec)
1159.18/1159.41	c decisions             : 1838         (2 /sec)
1159.18/1159.41	c propagations          : 20250       (17 /sec)
1159.18/1159.41	c root propagations     : 0           
1159.18/1159.41	c filter calls          : 49750          (43 /sec)
1159.18/1159.41	c useless filter calls  : 34938          (70 %)
1159.18/1159.41	c Memory used           : 1572.62 MB
1159.18/1159.41	c CPU time              : 1158.01 s
1159.18/1159.41	
1159.18/1159.41	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-4268159-1502544836/watcher-4268159-1502544836 -o /tmp/evaluation-result-4268159-1502544836/solver-4268159-1502544836 -C 2520 -W 2520 -M 15500 --bin-var /tmp/runsolver-exch-node127-1502500309-6740 --watchdog 2580 cosoco -lc -model -restarts HOME/instance-4268159-1502544836.xml 

pid=14902
running on 4 cores: 0,2,4,6

Enforcing CPUTime limit (soft limit, will send SIGTERM then SIGKILL): 2520 seconds
Enforcing CPUTime limit (hard limit, will send SIGXCPU): 2550 seconds
Enforcing wall clock limit (soft limit, will send SIGTERM then SIGKILL): 2520 seconds
Enforcing VSIZE limit (soft limit, will send SIGTERM then SIGKILL): 15872000 KiB
Enforcing VSIZE limit (hard limit, stack expansion will fail with SIGSEGV, brk() and mmap() will return ENOMEM): 15923200 KiB
Current StackSize limit: 8192 KiB


[startup+0 s]
/proc/loadavg: 1.93 2.00 2.04 3/180 14905
/proc/meminfo: memFree=30991988/32770624 swapFree=0/563008
[pid=14905] ppid=14902 vsize=23672 CPUtime=0 cores=0,2,4,6
/proc/14905/stat : 14905 (runsolver) D 14902 14905 6677 0 -1 4202560 107 0 0 0 0 0 0 0 20 0 1 0 56677115 24240128 107 18446744073709551615 4194304 4338465 140730361819520 140730361817160 139961656136407 0 0 1 24578 18446744071580418449 0 0 17 4 0 0 0 0 0 6438912 6441760 31322112 140730361823426 140730361823817 140730361823817 140730361827274 0
/proc/14905/statm: 5918 107 54 36 0 2156 0

[startup+0.10267 s]
/proc/loadavg: 1.93 2.00 2.04 3/180 14905
/proc/meminfo: memFree=30991988/32770624 swapFree=0/563008
[pid=14905] ppid=14902 vsize=27132 CPUtime=0.01 cores=0,2,4,6
/proc/14905/stat : 14905 (cosoco) R 14902 14905 6677 0 -1 4202496 1005 0 0 0 1 0 0 0 20 0 1 0 56677115 27783168 832 18446744073709551615 4194304 5972588 140722253945984 140722253942552 5380120 0 0 1 0 0 0 0 17 6 0 0 8 0 0 8070896 8075904 24113152 140722253951470 140722253951565 140722253951565 140722253955022 0
/proc/14905/statm: 6783 832 723 435 0 146 0
Current children cumulated CPU time (s) 0.01
Current children cumulated vsize (KiB) 27132

[startup+0.200712 s]
/proc/loadavg: 1.93 2.00 2.04 3/180 14905
/proc/meminfo: memFree=30991988/32770624 swapFree=0/563008
[pid=14905] ppid=14902 vsize=28132 CPUtime=0.1 cores=0,2,4,6
/proc/14905/stat : 14905 (cosoco) R 14902 14905 6677 0 -1 4202496 1273 0 0 0 10 0 0 0 20 0 1 0 56677115 28807168 1031 18446744073709551615 4194304 5972588 140722253945984 140722253942552 5675724 0 0 1 0 0 0 0 17 6 0 0 8 0 0 8070896 8075904 24113152 140722253951470 140722253951565 140722253951565 140722253955022 0
/proc/14905/statm: 7033 1031 723 435 0 396 0
Current children cumulated CPU time (s) 0.1
Current children cumulated vsize (KiB) 28132

[startup+0.300711 s]
/proc/loadavg: 1.93 2.00 2.04 3/180 14905
/proc/meminfo: memFree=30991988/32770624 swapFree=0/563008
[pid=14905] ppid=14902 vsize=29044 CPUtime=0.2 cores=0,2,4,6
/proc/14905/stat : 14905 (cosoco) R 14902 14905 6677 0 -1 4202496 1598 0 0 0 20 0 0 0 20 0 1 0 56677115 29741056 1241 18446744073709551615 4194304 5972588 140722253945984 140722253942552 5669620 0 0 1 0 0 0 0 17 2 0 0 8 0 0 8070896 8075904 24113152 140722253951470 140722253951565 140722253951565 140722253955022 0
/proc/14905/statm: 7261 1241 723 435 0 624 0
Current children cumulated CPU time (s) 0.2
Current children cumulated vsize (KiB) 29044

[startup+0.700282 s]
/proc/loadavg: 1.93 2.00 2.04 3/180 14905
/proc/meminfo: memFree=30991988/32770624 swapFree=0/563008
[pid=14905] ppid=14902 vsize=33724 CPUtime=0.6 cores=0,2,4,6
/proc/14905/stat : 14905 (cosoco) R 14902 14905 6677 0 -1 4202496 3077 0 0 0 60 0 0 0 20 0 1 0 56677115 34533376 2171 18446744073709551615 4194304 5972588 140722253945984 140722253942552 139669938965477 0 0 1 0 0 0 0 17 2 0 0 8 0 0 8070896 8075904 24113152 140722253951470 140722253951565 140722253951565 140722253955022 0
/proc/14905/statm: 8431 2171 723 435 0 1794 0
Current children cumulated CPU time (s) 0.6
Current children cumulated vsize (KiB) 33724

[startup+1.50028 s]
/proc/loadavg: 1.93 2.00 2.04 3/181 14906
/proc/meminfo: memFree=30982320/32770624 swapFree=0/562740
[pid=14905] ppid=14902 vsize=41680 CPUtime=1.4 cores=0,2,4,6
/proc/14905/stat : 14905 (cosoco) R 14902 14905 6677 0 -1 4202496 5071 0 0 0 139 1 0 0 20 0 1 0 56677115 42680320 4440 18446744073709551615 4194304 5972588 140722253945984 140722253942552 139669938965477 0 0 1 0 0 0 0 17 2 0 0 8 0 0 8070896 8075904 24113152 140722253951470 140722253951565 140722253951565 140722253955022 0
/proc/14905/statm: 10420 4440 723 435 0 3783 0
Current children cumulated CPU time (s) 1.4
Current children cumulated vsize (KiB) 41680

[startup+3.1003 s]
/proc/loadavg: 1.94 2.00 2.04 3/181 14906
/proc/meminfo: memFree=30969892/32770624 swapFree=0/562740
[pid=14905] ppid=14902 vsize=57592 CPUtime=3 cores=0,2,4,6
/proc/14905/stat : 14905 (cosoco) R 14902 14905 6677 0 -1 4202496 8547 0 0 0 299 1 0 0 20 0 1 0 56677115 58974208 7859 18446744073709551615 4194304 5972588 140722253945984 140722253942552 139669938965477 0 0 1 0 0 0 0 17 2 0 0 8 0 0 8070896 8075904 24113152 140722253951470 140722253951565 140722253951565 140722253955022 0
/proc/14905/statm: 14398 7859 723 435 0 7761 0
Current children cumulated CPU time (s) 3
Current children cumulated vsize (KiB) 57592

[startup+6.30028 s]
/proc/loadavg: 1.94 2.00 2.04 3/181 14906
/proc/meminfo: memFree=30939680/32770624 swapFree=0/562736
[pid=14905] ppid=14902 vsize=89284 CPUtime=6.2 cores=0,2,4,6
/proc/14905/stat : 14905 (cosoco) R 14902 14905 6677 0 -1 4202496 14453 0 0 0 618 2 0 0 20 0 1 0 56677115 91426816 15272 18446744073709551615 4194304 5972588 140722253945984 140722253942552 139669938965477 0 0 1 0 0 0 0 17 2 0 0 8 0 0 8070896 8075904 24113152 140722253951470 140722253951565 140722253951565 140722253955022 0
/proc/14905/statm: 22321 15272 723 435 0 15684 0
Current children cumulated CPU time (s) 6.2
Current children cumulated vsize (KiB) 89284

[startup+12.7003 s]
/proc/loadavg: 1.95 2.00 2.04 3/185 14921
/proc/meminfo: memFree=30876780/32770624 swapFree=0/562752
[pid=14905] ppid=14902 vsize=152800 CPUtime=12.59 cores=0,2,4,6
/proc/14905/stat : 14905 (cosoco) R 14902 14905 6677 0 -1 4202496 25216 0 0 0 1254 5 0 0 20 0 1 0 56677115 156467200 29586 18446744073709551615 4194304 5972588 140722253945984 140722253942552 139669938965477 0 0 1 0 0 0 0 17 2 0 0 8 0 0 8070896 8075904 24113152 140722253951470 140722253951565 140722253951565 140722253955022 0
/proc/14905/statm: 38200 29586 723 435 0 31563 0
Current children cumulated CPU time (s) 12.59
Current children cumulated vsize (KiB) 152800

[startup+25.5003 s]
/proc/loadavg: 1.96 2.00 2.04 3/185 14921
/proc/meminfo: memFree=30756096/32770624 swapFree=0/562764
[pid=14905] ppid=14902 vsize=279700 CPUtime=25.4 cores=0,2,4,6
/proc/14905/stat : 14905 (cosoco) R 14902 14905 6677 0 -1 4202496 45774 0 0 0 2529 11 0 0 20 0 1 0 56677115 286412800 58757 18446744073709551615 4194304 5972588 140722253945984 140722253942552 139669938965477 0 0 1 0 0 0 0 17 2 0 0 8 0 0 8070896 8075904 24113152 140722253951470 140722253951565 140722253951565 140722253955022 0
/proc/14905/statm: 69925 58757 723 435 0 63288 0
Current children cumulated CPU time (s) 25.4
Current children cumulated vsize (KiB) 279700

[startup+51.1003 s]
/proc/loadavg: 1.97 2.00 2.04 3/185 14922
/proc/meminfo: memFree=30524840/32770624 swapFree=0/562764
[pid=14905] ppid=14902 vsize=533632 CPUtime=50.99 cores=0,2,4,6
/proc/14905/stat : 14905 (cosoco) R 14902 14905 6677 0 -1 4202496 85793 0 0 0 5077 22 0 0 20 0 1 0 56677115 546439168 117111 18446744073709551615 4194304 5972588 140722253945984 140722253942552 139669938965477 0 0 1 0 0 0 0 17 2 0 0 8 0 0 8070896 8075904 24113152 140722253951470 140722253951565 140722253951565 140722253955022 0
/proc/14905/statm: 133408 117111 723 435 0 126771 0
Current children cumulated CPU time (s) 50.99
Current children cumulated vsize (KiB) 533632

[startup+102.3 s]
/proc/loadavg: 2.06 2.02 2.05 3/185 14924
/proc/meminfo: memFree=29406244/32770624 swapFree=0/562788
[pid=14905] ppid=14902 vsize=1610360 CPUtime=102.19 cores=0,2,4,6
/proc/14905/stat : 14905 (cosoco) R 14902 14905 6677 0 -1 4202496 414053 0 0 0 10150 69 0 0 20 0 1 0 56677115 1649008640 394929 18446744073709551615 4194304 5972588 140722253945984 140722253943560 4935681 0 0 1 8405026 0 0 0 17 2 0 0 8 0 0 8070896 8075904 24113152 140722253951470 140722253951565 140722253951565 140722253955022 0
/proc/14905/statm: 402590 394929 767 435 0 395953 0
Current children cumulated CPU time (s) 102.19
Current children cumulated vsize (KiB) 1610360

[startup+162.3 s]
/proc/loadavg: 2.02 2.02 2.05 3/182 14926
/proc/meminfo: memFree=29409676/32770624 swapFree=0/562812
[pid=14905] ppid=14902 vsize=1610360 CPUtime=162.18 cores=0,2,4,6
/proc/14905/stat : 14905 (cosoco) R 14902 14905 6677 0 -1 4202496 476317 0 0 0 16146 72 0 0 20 0 1 0 56677115 1649008640 394929 18446744073709551615 4194304 5972588 140722253945984 140722253943560 4935663 0 0 1 8405026 0 0 0 17 2 0 0 8 0 0 8070896 8075904 24113152 140722253951470 140722253951565 140722253951565 140722253955022 0
/proc/14905/statm: 402590 394929 767 435 0 395953 0
Current children cumulated CPU time (s) 162.18
Current children cumulated vsize (KiB) 1610360

[startup+222.306 s]
/proc/loadavg: 2.01 2.01 2.05 3/182 14928
/proc/meminfo: memFree=29410060/32770624 swapFree=0/562828
[pid=14905] ppid=14902 vsize=1610360 CPUtime=222.18 cores=0,2,4,6
/proc/14905/stat : 14905 (cosoco) R 14902 14905 6677 0 -1 4202496 558699 0 0 0 22143 75 0 0 20 0 1 0 56677115 1649008640 394931 18446744073709551615 4194304 5972588 140722253945984 140722253943288 4935582 0 0 1 8405026 0 0 0 17 2 0 0 8 0 0 8070896 8075904 24113152 140722253951470 140722253951565 140722253951565 140722253955022 0
/proc/14905/statm: 402590 394931 769 435 0 395953 0
Current children cumulated CPU time (s) 222.18
Current children cumulated vsize (KiB) 1610360

[startup+282.3 s]
/proc/loadavg: 2.00 2.01 2.05 3/182 14930
/proc/meminfo: memFree=29409540/32770624 swapFree=0/562828
[pid=14905] ppid=14902 vsize=1610360 CPUtime=282.17 cores=0,2,4,6
/proc/14905/stat : 14905 (cosoco) R 14902 14905 6677 0 -1 4202496 602803 0 0 0 28140 77 0 0 20 0 1 0 56677115 1649008640 394931 18446744073709551615 4194304 5972588 140722253945984 140722253943288 4935596 0 0 1 8405026 0 0 0 17 2 0 0 8 0 0 8070896 8075904 24113152 140722253951470 140722253951565 140722253951565 140722253955022 0
/proc/14905/statm: 402590 394931 769 435 0 395953 0
Current children cumulated CPU time (s) 282.17
Current children cumulated vsize (KiB) 1610360

[startup+342.3 s]
/proc/loadavg: 2.00 2.01 2.05 3/181 14933
/proc/meminfo: memFree=29409296/32770624 swapFree=0/562836
[pid=14905] ppid=14902 vsize=1610360 CPUtime=342.16 cores=0,2,4,6
/proc/14905/stat : 14905 (cosoco) R 14902 14905 6677 0 -1 4202496 723497 0 0 0 34135 81 0 0 20 0 1 0 56677115 1649008640 394931 18446744073709551615 4194304 5972588 140722253945984 140722253943288 4935490 0 0 1 8405026 0 0 0 17 2 0 0 8 0 0 8070896 8075904 24113152 140722253951470 140722253951565 140722253951565 140722253955022 0
/proc/14905/statm: 402590 394931 769 435 0 395953 0
Current children cumulated CPU time (s) 342.16
Current children cumulated vsize (KiB) 1610360

[startup+402.3 s]
/proc/loadavg: 2.00 2.01 2.05 3/181 14935
/proc/meminfo: memFree=29409640/32770624 swapFree=0/562844
[pid=14905] ppid=14902 vsize=1610360 CPUtime=402.15 cores=0,2,4,6
/proc/14905/stat : 14905 (cosoco) R 14902 14905 6677 0 -1 4202496 874700 0 0 0 40128 87 0 0 20 0 1 0 56677115 1649008640 394931 18446744073709551615 4194304 5972588 140722253945984 140722253943288 4935486 0 0 1 8405026 0 0 0 17 2 0 0 8 0 0 8070896 8075904 24113152 140722253951470 140722253951565 140722253951565 140722253955022 0
/proc/14905/statm: 402590 394931 769 435 0 395953 0
Current children cumulated CPU time (s) 402.15
Current children cumulated vsize (KiB) 1610360

[startup+462.3 s]
/proc/loadavg: 2.00 2.01 2.05 3/181 14937
/proc/meminfo: memFree=29410048/32770624 swapFree=0/562852
[pid=14905] ppid=14902 vsize=1610360 CPUtime=462.15 cores=0,2,4,6
/proc/14905/stat : 14905 (cosoco) R 14902 14905 6677 0 -1 4202496 983961 0 0 0 46124 91 0 0 20 0 1 0 56677115 1649008640 394931 18446744073709551615 4194304 5972588 140722253945984 140722253943288 4935596 0 0 1 8405026 0 0 0 17 2 0 0 8 0 0 8070896 8075904 24113152 140722253951470 140722253951565 140722253951565 140722253955022 0
/proc/14905/statm: 402590 394931 769 435 0 395953 0
Current children cumulated CPU time (s) 462.15
Current children cumulated vsize (KiB) 1610360

[startup+522.3 s]
/proc/loadavg: 2.00 2.01 2.05 3/181 14940
/proc/meminfo: memFree=29409524/32770624 swapFree=0/562868
[pid=14905] ppid=14902 vsize=1610360 CPUtime=522.14 cores=0,2,4,6
/proc/14905/stat : 14905 (cosoco) R 14902 14905 6677 0 -1 4202496 1115614 0 0 0 52116 98 0 0 20 0 1 0 56677115 1649008640 394931 18446744073709551615 4194304 5972588 140722253945984 140722253943288 4935663 0 0 1 8405026 0 0 0 17 2 0 0 8 0 0 8070896 8075904 24113152 140722253951470 140722253951565 140722253951565 140722253955022 0
/proc/14905/statm: 402590 394931 769 435 0 395953 0
Current children cumulated CPU time (s) 522.14
Current children cumulated vsize (KiB) 1610360

[startup+582.3 s]
/proc/loadavg: 2.00 2.01 2.05 3/181 14942
/proc/meminfo: memFree=29409684/32770624 swapFree=0/562876
[pid=14905] ppid=14902 vsize=1610360 CPUtime=582.14 cores=0,2,4,6
/proc/14905/stat : 14905 (cosoco) R 14902 14905 6677 0 -1 4202496 1240563 0 0 0 58111 103 0 0 20 0 1 0 56677115 1649008640 394931 18446744073709551615 4194304 5972588 140722253945984 140722253943288 4935446 0 0 1 8405026 0 0 0 17 2 0 0 8 0 0 8070896 8075904 24113152 140722253951470 140722253951565 140722253951565 140722253955022 0
/proc/14905/statm: 402590 394931 769 435 0 395953 0
Current children cumulated CPU time (s) 582.14
Current children cumulated vsize (KiB) 1610360

[startup+642.3 s]
/proc/loadavg: 2.00 2.01 2.05 3/184 14958
/proc/meminfo: memFree=29405284/32770624 swapFree=0/562876
[pid=14905] ppid=14902 vsize=1610360 CPUtime=642.13 cores=0,2,4,6
/proc/14905/stat : 14905 (cosoco) R 14902 14905 6677 0 -1 4202496 1336184 0 0 0 64106 107 0 0 20 0 1 0 56677115 1649008640 394931 18446744073709551615 4194304 5972588 140722253945984 140722253943288 4935589 0 0 1 8405026 0 0 0 17 2 0 0 8 0 0 8070896 8075904 24113152 140722253951470 140722253951565 140722253951565 140722253955022 0
/proc/14905/statm: 402590 394931 769 435 0 395953 0
Current children cumulated CPU time (s) 642.13
Current children cumulated vsize (KiB) 1610360

[startup+702.3 s]
/proc/loadavg: 2.04 2.03 2.05 3/184 14960
/proc/meminfo: memFree=29405352/32770624 swapFree=0/562896
[pid=14905] ppid=14902 vsize=1610360 CPUtime=702.12 cores=0,2,4,6
/proc/14905/stat : 14905 (cosoco) R 14902 14905 6677 0 -1 4202496 1439997 0 0 0 70101 111 0 0 20 0 1 0 56677115 1649008640 394931 18446744073709551615 4194304 5972588 140722253945984 140722253943288 4935663 0 0 1 8405026 0 0 0 17 2 0 0 8 0 0 8070896 8075904 24113152 140722253951470 140722253951565 140722253951565 140722253955022 0
/proc/14905/statm: 402590 394931 769 435 0 395953 0
Current children cumulated CPU time (s) 702.12
Current children cumulated vsize (KiB) 1610360

[startup+762.3 s]
/proc/loadavg: 2.01 2.02 2.05 3/181 14962
/proc/meminfo: memFree=29409464/32770624 swapFree=0/562908
[pid=14905] ppid=14902 vsize=1610360 CPUtime=762.12 cores=0,2,4,6
/proc/14905/stat : 14905 (cosoco) R 14902 14905 6677 0 -1 4202496 1518386 0 0 0 76097 115 0 0 20 0 1 0 56677115 1649008640 394931 18446744073709551615 4194304 5972588 140722253945984 140722253943288 4935502 0 0 1 8405026 0 0 0 17 2 0 0 8 0 0 8070896 8075904 24113152 140722253951470 140722253951565 140722253951565 140722253955022 0
/proc/14905/statm: 402590 394931 769 435 0 395953 0
Current children cumulated CPU time (s) 762.12
Current children cumulated vsize (KiB) 1610360

[startup+822.3 s]
/proc/loadavg: 2.01 2.02 2.05 3/181 14964
/proc/meminfo: memFree=29409748/32770624 swapFree=0/562912
[pid=14905] ppid=14902 vsize=1610360 CPUtime=822.11 cores=0,2,4,6
/proc/14905/stat : 14905 (cosoco) R 14902 14905 6677 0 -1 4202496 1573279 0 0 0 82094 117 0 0 20 0 1 0 56677115 1649008640 394931 18446744073709551615 4194304 5972588 140722253945984 140722253943288 4935490 0 0 1 8405026 0 0 0 17 2 0 0 8 0 0 8070896 8075904 24113152 140722253951470 140722253951565 140722253951565 140722253955022 0
/proc/14905/statm: 402590 394931 769 435 0 395953 0
Current children cumulated CPU time (s) 822.11
Current children cumulated vsize (KiB) 1610360

[startup+882.306 s]
/proc/loadavg: 2.00 2.01 2.05 3/181 14966
/proc/meminfo: memFree=29409576/32770624 swapFree=0/562924
[pid=14905] ppid=14902 vsize=1610360 CPUtime=882.11 cores=0,2,4,6
/proc/14905/stat : 14905 (cosoco) R 14902 14905 6677 0 -1 4202496 1599541 0 0 0 88093 118 0 0 20 0 1 0 56677115 1649008640 394931 18446744073709551615 4194304 5972588 140722253945984 140722253943288 4935681 0 0 1 8405026 0 0 0 17 2 0 0 8 0 0 8070896 8075904 24113152 140722253951470 140722253951565 140722253951565 140722253955022 0
/proc/14905/statm: 402590 394931 769 435 0 395953 0
Current children cumulated CPU time (s) 882.11
Current children cumulated vsize (KiB) 1610360

[startup+942.3 s]
/proc/loadavg: 2.00 2.01 2.05 3/181 14968
/proc/meminfo: memFree=29409876/32770624 swapFree=0/562932
[pid=14905] ppid=14902 vsize=1610360 CPUtime=942.1 cores=0,2,4,6
/proc/14905/stat : 14905 (cosoco) R 14902 14905 6677 0 -1 4202496 1600827 0 0 0 94091 119 0 0 20 0 1 0 56677115 1649008640 394931 18446744073709551615 4194304 5972588 140722253945984 140722253943288 4935674 0 0 1 8405026 0 0 0 17 2 0 0 8 0 0 8070896 8075904 24113152 140722253951470 140722253951565 140722253951565 140722253955022 0
/proc/14905/statm: 402590 394931 769 435 0 395953 0
Current children cumulated CPU time (s) 942.1
Current children cumulated vsize (KiB) 1610360

[startup+1002.3 s]
/proc/loadavg: 2.00 2.01 2.05 3/181 14970
/proc/meminfo: memFree=29409952/32770624 swapFree=0/562924
[pid=14905] ppid=14902 vsize=1610360 CPUtime=1002.09 cores=0,2,4,6
/proc/14905/stat : 14905 (cosoco) R 14902 14905 6677 0 -1 4202496 1602456 0 0 0 100090 119 0 0 20 0 1 0 56677115 1649008640 394931 18446744073709551615 4194304 5972588 140722253945984 140722253943288 4935642 0 0 1 8405026 0 0 0 17 2 0 0 8 0 0 8070896 8075904 24113152 140722253951470 140722253951565 140722253951565 140722253955022 0
/proc/14905/statm: 402590 394931 769 435 0 395953 0
Current children cumulated CPU time (s) 1002.09
Current children cumulated vsize (KiB) 1610360

[startup+1062.3 s]
/proc/loadavg: 2.00 2.01 2.05 3/181 14972
/proc/meminfo: memFree=29409952/32770624 swapFree=0/562940
[pid=14905] ppid=14902 vsize=1610360 CPUtime=1062.09 cores=0,2,4,6
/proc/14905/stat : 14905 (cosoco) R 14902 14905 6677 0 -1 4202496 1603609 0 0 0 106090 119 0 0 20 0 1 0 56677115 1649008640 394931 18446744073709551615 4194304 5972588 140722253945984 140722253943288 4935663 0 0 1 8405026 0 0 0 17 2 0 0 8 0 0 8070896 8075904 24113152 140722253951470 140722253951565 140722253951565 140722253955022 0
/proc/14905/statm: 402590 394931 769 435 0 395953 0
Current children cumulated CPU time (s) 1062.09
Current children cumulated vsize (KiB) 1610360

[startup+1122.3 s]
/proc/loadavg: 2.00 2.01 2.05 3/181 14974
/proc/meminfo: memFree=29409704/32770624 swapFree=0/562948
[pid=14905] ppid=14902 vsize=1610360 CPUtime=1122.08 cores=0,2,4,6
/proc/14905/stat : 14905 (cosoco) R 14902 14905 6677 0 -1 4202496 1604846 0 0 0 112089 119 0 0 20 0 1 0 56677115 1649008640 394931 18446744073709551615 4194304 5972588 140722253945984 140722253943288 4935490 0 0 1 8405026 0 0 0 17 2 0 0 8 0 0 8070896 8075904 24113152 140722253951470 140722253951565 140722253951565 140722253955022 0
/proc/14905/statm: 402590 394931 769 435 0 395953 0
Current children cumulated CPU time (s) 1122.08
Current children cumulated vsize (KiB) 1610360

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

[startup+1126.4 s]
/proc/loadavg: 2.00 2.01 2.05 3/181 14974
/proc/meminfo: memFree=29409704/32770624 swapFree=0/562948
[pid=14905] ppid=14902 vsize=1610360 CPUtime=1126.19 cores=0,2,4,6
/proc/14905/stat : 14905 (cosoco) R 14902 14905 6677 0 -1 4202496 1604846 0 0 0 112500 119 0 0 20 0 1 0 56677115 1649008640 394931 18446744073709551615 4194304 5972588 140722253945984 140722253943288 4935585 0 0 1 8405026 0 0 0 17 2 0 0 8 0 0 8070896 8075904 24113152 140722253951470 140722253951565 140722253951565 140722253955022 0
/proc/14905/statm: 402590 394931 769 435 0 395953 0
Current children cumulated CPU time (s) 1126.19
Current children cumulated vsize (KiB) 1610360

[startup+1139.2 s]
/proc/loadavg: 2.08 2.03 2.05 3/181 14974
/proc/meminfo: memFree=29409704/32770624 swapFree=0/562944
[pid=14905] ppid=14902 vsize=1610360 CPUtime=1138.98 cores=0,2,4,6
/proc/14905/stat : 14905 (cosoco) R 14902 14905 6677 0 -1 4202496 1605001 0 0 0 113779 119 0 0 20 0 1 0 56677115 1649008640 394931 18446744073709551615 4194304 5972588 140722253945984 140722253943288 4935502 0 0 1 8405026 0 0 0 17 2 0 0 8 0 0 8070896 8075904 24113152 140722253951470 140722253951565 140722253951565 140722253955022 0
/proc/14905/statm: 402590 394931 769 435 0 395953 0
Current children cumulated CPU time (s) 1138.98
Current children cumulated vsize (KiB) 1610360

[startup+1152 s]
/proc/loadavg: 2.07 2.03 2.05 3/181 14975
/proc/meminfo: memFree=29409952/32770624 swapFree=0/562956
[pid=14905] ppid=14902 vsize=1610360 CPUtime=1151.78 cores=0,2,4,6
/proc/14905/stat : 14905 (cosoco) R 14902 14905 6677 0 -1 4202496 1605058 0 0 0 115059 119 0 0 20 0 1 0 56677115 1649008640 394931 18446744073709551615 4194304 5972588 140722253945984 140722253943288 4935456 0 0 1 8405026 0 0 0 17 2 0 0 8 0 0 8070896 8075904 24113152 140722253951470 140722253951565 140722253951565 140722253955022 0
/proc/14905/statm: 402590 394931 769 435 0 395953 0
Current children cumulated CPU time (s) 1151.78
Current children cumulated vsize (KiB) 1610360

[startup+1155.2 s]
/proc/loadavg: 2.06 2.03 2.05 3/181 14975
/proc/meminfo: memFree=29409952/32770624 swapFree=0/562956
[pid=14905] ppid=14902 vsize=1610360 CPUtime=1154.98 cores=0,2,4,6
/proc/14905/stat : 14905 (cosoco) R 14902 14905 6677 0 -1 4202496 1605058 0 0 0 115379 119 0 0 20 0 1 0 56677115 1649008640 394931 18446744073709551615 4194304 5972588 140722253945984 140722253943288 4935408 0 0 1 8405026 0 0 0 17 2 0 0 8 0 0 8070896 8075904 24113152 140722253951470 140722253951565 140722253951565 140722253955022 0
/proc/14905/statm: 402590 394931 769 435 0 395953 0
Current children cumulated CPU time (s) 1154.98
Current children cumulated vsize (KiB) 1610360

[startup+1156.8 s]
/proc/loadavg: 2.06 2.03 2.05 3/181 14975
/proc/meminfo: memFree=29409952/32770624 swapFree=0/562956
[pid=14905] ppid=14902 vsize=1610360 CPUtime=1156.58 cores=0,2,4,6
/proc/14905/stat : 14905 (cosoco) R 14902 14905 6677 0 -1 4202496 1605102 0 0 0 115539 119 0 0 20 0 1 0 56677115 1649008640 394931 18446744073709551615 4194304 5972588 140722253945984 140722253943288 4935502 0 0 1 8405026 0 0 0 17 2 0 0 8 0 0 8070896 8075904 24113152 140722253951470 140722253951565 140722253951565 140722253955022 0
/proc/14905/statm: 402590 394931 769 435 0 395953 0
Current children cumulated CPU time (s) 1156.58
Current children cumulated vsize (KiB) 1610360

[startup+1158.41 s]
/proc/loadavg: 2.06 2.03 2.05 3/181 14975
/proc/meminfo: memFree=29409952/32770624 swapFree=0/562956
[pid=14905] ppid=14902 vsize=1610360 CPUtime=1158.18 cores=0,2,4,6
/proc/14905/stat : 14905 (cosoco) R 14902 14905 6677 0 -1 4202496 1605110 0 0 0 115699 119 0 0 20 0 1 0 56677115 1649008640 394931 18446744073709551615 4194304 5972588 140722253945984 140722253943288 4935568 0 0 1 8405026 0 0 0 17 2 0 0 8 0 0 8070896 8075904 24113152 140722253951470 140722253951565 140722253951565 140722253955022 0
/proc/14905/statm: 402590 394931 769 435 0 395953 0
Current children cumulated CPU time (s) 1158.18
Current children cumulated vsize (KiB) 1610360

[startup+1159.2 s]
/proc/loadavg: 2.06 2.03 2.05 3/181 14975
/proc/meminfo: memFree=29409952/32770624 swapFree=0/562956
[pid=14905] ppid=14902 vsize=1610360 CPUtime=1158.98 cores=0,2,4,6
/proc/14905/stat : 14905 (cosoco) R 14902 14905 6677 0 -1 4202496 1605110 0 0 0 115779 119 0 0 20 0 1 0 56677115 1649008640 394931 18446744073709551615 4194304 5972588 140722253945984 140722253943288 4935463 0 0 1 8405026 0 0 0 17 2 0 0 8 0 0 8070896 8075904 24113152 140722253951470 140722253951565 140722253951565 140722253955022 0
/proc/14905/statm: 402590 394931 769 435 0 395953 0
Current children cumulated CPU time (s) 1158.98
Current children cumulated vsize (KiB) 1610360

[startup+1159.4 s]
/proc/loadavg: 2.06 2.03 2.05 3/181 14975
/proc/meminfo: memFree=29409952/32770624 swapFree=0/562956
[pid=14905] ppid=14902 vsize=1610360 CPUtime=1159.18 cores=0,2,4,6
/proc/14905/stat : 14905 (cosoco) R 14902 14905 6677 0 -1 4202496 1605110 0 0 0 115799 119 0 0 20 0 1 0 56677115 1649008640 394931 18446744073709551615 4194304 5972588 140722253945984 140722253943288 4935490 0 0 1 8405026 0 0 0 17 2 0 0 8 0 0 8070896 8075904 24113152 140722253951470 140722253951565 140722253951565 140722253955022 0
/proc/14905/statm: 402590 394931 769 435 0 395953 0
Current children cumulated CPU time (s) 1159.18
Current children cumulated vsize (KiB) 1610360

Child status: 0
Real time (s): 1159.42
CPU time (s): 1159.21
CPU user time (s): 1158.01
CPU system time (s): 1.20088
CPU usage (%): 99.9817
Max. virtual memory (cumulated for all children) (KiB): 2161048

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1158.01
system time used= 1.20088
maximum resident set size= 1974224
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 1605163
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= 57
involuntary context switches= 1454

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 3.17295 second user time and 4.59569 second system time

The end

Launcher Data

Begin job on node127 at 2017-08-12 15:19:49
IDJOB=4268159
IDBENCH=134316
IDSOLVER=2658
FILE ID=node127/4268159-1502544836
RUNJOBID= node127-1502500309-6740
PBS_JOBID= 
Free space on /tmp= 61844 MiB

SOLVER NAME= cosoco 1.12
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-4268159-1502544836/watcher-4268159-1502544836 -o /tmp/evaluation-result-4268159-1502544836/solver-4268159-1502544836 -C 2520 -W 2520 -M 15500 --bin-var /tmp/runsolver-exch-node127-1502500309-6740 --watchdog 2580  cosoco -lc -model -restarts HOME/instance-4268159-1502544836.xml

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

MD5SUM BENCH= bf36af344ce91645c9e055d2da140f7c
RANDOM SEED=2072881765

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:        30992536 kB
MemAvailable:   31991300 kB
Buffers:          272620 kB
Cached:          1013364 kB
SwapCached:            0 kB
Active:           763204 kB
Inactive:         587916 kB
Active(anon):      65524 kB
Inactive(anon):    24908 kB
Active(file):     697680 kB
Inactive(file):   563008 kB
Unevictable:           0 kB
Mlocked:               0 kB
SwapTotal:      67108860 kB
SwapFree:       67108860 kB
Dirty:            189336 kB
Writeback:             0 kB
AnonPages:         65188 kB
Mapped:            45944 kB
Shmem:             25252 kB
Slab:             133516 kB
SReclaimable:     107824 kB
SUnreclaim:        25692 kB
KernelStack:        3200 kB
PageTables:         4852 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83494172 kB
Committed_AS:     325428 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      350232 kB
VmallocChunk:   34341910524 kB
HardwareCorrupted:     0 kB
AnonHugePages:     14336 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-12 15:39:09