Trace number 4267611

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 1.12? (TO) 2519.75 2520

General information on the benchmark

NameGolombRuler/GolombRuler-a3-s1/
GolombRuler-21-a3.xml
MD5SUM77b850f9bb38d7d923034c01213ab5aa
Bench CategoryCOP (optimization problem)
Best result obtained on this benchmarkSAT TO
Best value of the objective obtained on this benchmark409
Best CPU time to get the best result obtained on this benchmark20039.199
Satisfiable
(Un)Satisfiability was proved
Number of variables462
Number of constraints213
Number of domains2
Minimum domain size1000
Maximum domain size1001
Distribution of domain sizes[{"size":1000,"count":210},{"size":1001,"count":21}]
Minimum variable degree0
Maximum variable degree22
Distribution of variable degrees[{"degree":0,"count":231},{"degree":2,"count":210},{"degree":21,"count":19},{"degree":22,"count":2}]
Minimum constraint arity1
Maximum constraint arity210
Distribution of constraint arities[{"arity":1,"count":1},{"arity":3,"count":210},{"arity":21,"count":1},{"arity":210,"count":1}]
Number of extensional constraints0
Number of intensional constraints211
Distribution of constraint types[{"type":"intension","count":211},{"type":"allDifferent","count":1},{"type":"ordered","count":1}]
Optimization problemYES
Type of objectivemin VAR

Solver Data

0.14/0.29	c best=?? lower=0 upper=1000 
2519.74/2520.00	c
2519.74/2520.00	c This is cosoco 1.12 --  
2519.74/2520.00	c
2519.74/2520.00	c command line: cosoco -lc -model -restarts HOME/instance-4267611-1502526787.xml 
2519.74/2520.00	c enable optimization
2519.74/2520.00	c ========================================[ Problem Statistics ]===========================================
2519.74/2520.00	c |                                                                                                       
2519.74/2520.00	c |  Parse time        :         0.23 s 
2519.74/2520.00	c |
2519.74/2520.00	c |               Variables: 462
2519.74/2520.00	c |            Domain Sizes: 1000..1001
2519.74/2520.00	c |
2519.74/2520.00	c |             Constraints: 233
2519.74/2520.00	c |                   Arity: 1..210  -- Unary: 2  -- Binary: 20  -- Ternary: 210
2519.74/2520.00	c | 
2519.74/2520.00	c |                   Types: 
2519.74/2520.00	c |                          (X - Y < k): 20
2519.74/2520.00	c |                          All Different: 1
2519.74/2520.00	c |                          Intension: 212
2519.74/2520.00	c |                          
2519.74/2520.00	c =========================================================================================================
2519.74/2520.00	
2519.74/2520.00	c *** INTERRUPTED ***
2519.74/2520.00	c restarts              : 77          
2519.74/2520.00	c conflicts             : 1516823      (602 /sec)
2519.74/2520.00	c decisions             : 1901341      (755 /sec)
2519.74/2520.00	c propagations          : 9127054556  (3622243 /sec)
2519.74/2520.00	c root propagations     : 1400        
2519.74/2520.00	c filter calls          : 332339083      (131895 /sec)
2519.74/2520.00	c useless filter calls  : 305020304      (91 %)
2519.74/2520.00	c Memory used           : 47.02 MB
2519.74/2520.00	c CPU time              : 2519.72 s
2519.74/2520.00	
2519.74/2520.00	c No Bound found!
2519.74/2520.00	
2519.74/2520.00	s UNKNOWN

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-4267611-1502526787/watcher-4267611-1502526787 -o /tmp/evaluation-result-4267611-1502526787/solver-4267611-1502526787 -C 2520 -W 2520 -M 15500 --bin-var /tmp/runsolver-exch-node132-1502500306-27513 --watchdog 2580 cosoco -lc -model -restarts HOME/instance-4267611-1502526787.xml 

pid=2743
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: 2.01 2.02 2.05 3/184 2746
/proc/meminfo: memFree=31087844/32770624 swapFree=0/470728
[pid=2746] ppid=2743 vsize=23672 CPUtime=0 cores=0,2,4,6
/proc/2746/stat : 2746 (runsolver) D 2743 2746 27450 0 -1 4202560 107 0 0 0 0 0 0 0 20 0 1 0 152331506 24240128 107 18446744073709551615 4194304 4338465 140725969458064 140725969455704 140280334410455 0 0 1 24578 18446744071580418449 0 0 17 2 0 0 0 0 0 6438912 6441760 19533824 140725969465537 140725969465929 140725969465929 140725969469386 0
/proc/2746/statm: 5918 107 54 36 0 2156 0

[startup+0.100843 s]
/proc/loadavg: 2.01 2.02 2.05 3/184 2746
/proc/meminfo: memFree=31087844/32770624 swapFree=0/470728
[pid=2746] ppid=2743 vsize=32732 CPUtime=0.04 cores=0,2,4,6
/proc/2746/stat : 2746 (cosoco) R 2743 2746 27450 0 -1 4202496 2455 0 0 0 4 0 0 0 20 0 1 0 152331506 33517568 2286 18446744073709551615 4194304 5972588 140722605293984 140722605287544 139952343987119 0 0 1 0 0 0 0 17 6 0 0 5 0 0 8070896 8075904 36347904 140722605302254 140722605302349 140722605302349 140722605305806 0
/proc/2746/statm: 8183 2286 787 435 0 1546 0
Current children cumulated CPU time (s) 0.04
Current children cumulated vsize (KiB) 32732

[startup+0.200842 s]
/proc/loadavg: 2.01 2.02 2.05 3/184 2746
/proc/meminfo: memFree=31087844/32770624 swapFree=0/470728
[pid=2746] ppid=2743 vsize=37600 CPUtime=0.14 cores=0,2,4,6
/proc/2746/stat : 2746 (cosoco) R 2743 2746 27450 0 -1 4202496 3668 0 0 0 14 0 0 0 20 0 1 0 152331506 38502400 3472 18446744073709551615 4194304 5972588 140722605293984 140722605287544 139952353322048 0 0 1 0 0 0 0 17 6 0 0 5 0 0 8070896 8075904 36347904 140722605302254 140722605302349 140722605302349 140722605305806 0
/proc/2746/statm: 9400 3472 787 435 0 2763 0
Current children cumulated CPU time (s) 0.14
Current children cumulated vsize (KiB) 37600

[startup+0.300844 s]
/proc/loadavg: 2.01 2.02 2.05 3/184 2746
/proc/meminfo: memFree=31087844/32770624 swapFree=0/470728
[pid=2746] ppid=2743 vsize=41940 CPUtime=0.24 cores=0,2,4,6
/proc/2746/stat : 2746 (cosoco) R 2743 2746 27450 0 -1 4202496 4813 0 0 0 24 0 0 0 20 0 1 0 152331506 42946560 4649 18446744073709551615 4194304 5972588 140722605293984 140722605281192 4965339 0 0 1 8405026 0 0 0 17 6 0 0 5 0 0 8070896 8075904 36347904 140722605302254 140722605302349 140722605302349 140722605305806 0
/proc/2746/statm: 10485 4649 830 435 0 3848 0
Current children cumulated CPU time (s) 0.24
Current children cumulated vsize (KiB) 41940

[startup+0.70028 s]
/proc/loadavg: 2.01 2.02 2.05 3/184 2746
/proc/meminfo: memFree=31087844/32770624 swapFree=0/470728
[pid=2746] ppid=2743 vsize=41940 CPUtime=0.64 cores=0,2,4,6
/proc/2746/stat : 2746 (cosoco) R 2743 2746 27450 0 -1 4202496 4833 0 0 0 64 0 0 0 20 0 1 0 152331506 42946560 4649 18446744073709551615 4194304 5972588 140722605293984 140722605281192 5094201 0 0 1 8405026 0 0 0 17 2 0 0 5 0 0 8070896 8075904 36347904 140722605302254 140722605302349 140722605302349 140722605305806 0
/proc/2746/statm: 10485 4649 830 435 0 3848 0
Current children cumulated CPU time (s) 0.64
Current children cumulated vsize (KiB) 41940

[startup+1.50028 s]
/proc/loadavg: 2.01 2.02 2.05 3/185 2747
/proc/meminfo: memFree=31072108/32770624 swapFree=0/470556
[pid=2746] ppid=2743 vsize=42072 CPUtime=1.44 cores=0,2,4,6
/proc/2746/stat : 2746 (cosoco) R 2743 2746 27450 0 -1 4202496 4840 0 0 0 144 0 0 0 20 0 1 0 152331506 43081728 4649 18446744073709551615 4194304 5972588 140722605293984 140722605290840 4909657 0 0 1 8405026 0 0 0 17 2 0 0 5 0 0 8070896 8075904 36347904 140722605302254 140722605302349 140722605302349 140722605305806 0
/proc/2746/statm: 10518 4649 830 435 0 3881 0
Current children cumulated CPU time (s) 1.44
Current children cumulated vsize (KiB) 42072

[startup+3.10028 s]
/proc/loadavg: 2.01 2.02 2.05 3/185 2747
/proc/meminfo: memFree=31072048/32770624 swapFree=0/470732
[pid=2746] ppid=2743 vsize=42072 CPUtime=3.04 cores=0,2,4,6
/proc/2746/stat : 2746 (cosoco) R 2743 2746 27450 0 -1 4202496 5820 0 0 0 304 0 0 0 20 0 1 0 152331506 43081728 4684 18446744073709551615 4194304 5972588 140722605293984 140722605290840 4965500 0 0 1 8405026 0 0 0 17 2 0 0 5 0 0 8070896 8075904 36347904 140722605302254 140722605302349 140722605302349 140722605305806 0
/proc/2746/statm: 10518 4684 835 435 0 3881 0
Current children cumulated CPU time (s) 3.04
Current children cumulated vsize (KiB) 42072

[startup+6.30028 s]
/proc/loadavg: 2.01 2.02 2.05 3/185 2747
/proc/meminfo: memFree=31070788/32770624 swapFree=0/470728
[pid=2746] ppid=2743 vsize=42072 CPUtime=6.24 cores=0,2,4,6
/proc/2746/stat : 2746 (cosoco) R 2743 2746 27450 0 -1 4202496 6816 0 0 0 624 0 0 0 20 0 1 0 152331506 43081728 4692 18446744073709551615 4194304 5972588 140722605293984 140722605290840 4962387 0 0 1 8405026 0 0 0 17 2 0 0 5 0 0 8070896 8075904 36347904 140722605302254 140722605302349 140722605302349 140722605305806 0
/proc/2746/statm: 10518 4692 835 435 0 3881 0
Current children cumulated CPU time (s) 6.24
Current children cumulated vsize (KiB) 42072

[startup+12.7003 s]
/proc/loadavg: 2.00 2.02 2.05 3/185 2748
/proc/meminfo: memFree=31071312/32770624 swapFree=0/470728
[pid=2746] ppid=2743 vsize=42204 CPUtime=12.64 cores=0,2,4,6
/proc/2746/stat : 2746 (cosoco) R 2743 2746 27450 0 -1 4202496 7515 0 0 0 1264 0 0 0 20 0 1 0 152331506 43216896 4721 18446744073709551615 4194304 5972588 140722605293984 140722605290840 5099648 0 0 1 8405026 0 0 0 17 2 0 0 5 0 0 8070896 8075904 36347904 140722605302254 140722605302349 140722605302349 140722605305806 0
/proc/2746/statm: 10551 4721 835 435 0 3914 0
Current children cumulated CPU time (s) 12.64
Current children cumulated vsize (KiB) 42204

[startup+25.5003 s]
/proc/loadavg: 2.00 2.02 2.05 3/185 2748
/proc/meminfo: memFree=31071040/32770624 swapFree=0/470728
[pid=2746] ppid=2743 vsize=42336 CPUtime=25.43 cores=0,2,4,6
/proc/2746/stat : 2746 (cosoco) R 2743 2746 27450 0 -1 4202496 8634 0 0 0 2543 0 0 0 20 0 1 0 152331506 43352064 4748 18446744073709551615 4194304 5972588 140722605293984 140722605290840 5099648 0 0 1 8405026 0 0 0 17 2 0 0 5 0 0 8070896 8075904 36347904 140722605302254 140722605302349 140722605302349 140722605305806 0
/proc/2746/statm: 10584 4748 835 435 0 3947 0
Current children cumulated CPU time (s) 25.43
Current children cumulated vsize (KiB) 42336

[startup+51.1003 s]
/proc/loadavg: 1.93 2.00 2.04 3/185 2748
/proc/meminfo: memFree=31070916/32770624 swapFree=0/470732
[pid=2746] ppid=2743 vsize=42600 CPUtime=51.03 cores=0,2,4,6
/proc/2746/stat : 2746 (cosoco) R 2743 2746 27450 0 -1 4202496 9203 0 0 0 5103 0 0 0 20 0 1 0 152331506 43622400 4795 18446744073709551615 4194304 5972588 140722605293984 140722605290840 4975216 0 0 1 8405026 0 0 0 17 4 0 0 5 0 0 8070896 8075904 36347904 140722605302254 140722605302349 140722605302349 140722605305806 0
/proc/2746/statm: 10650 4795 835 435 0 4013 0
Current children cumulated CPU time (s) 51.03
Current children cumulated vsize (KiB) 42600

[startup+102.3 s]
/proc/loadavg: 1.97 2.00 2.04 3/188 2764
/proc/meminfo: memFree=31064832/32770624 swapFree=0/470756
[pid=2746] ppid=2743 vsize=44052 CPUtime=102.24 cores=0,2,4,6
/proc/2746/stat : 2746 (cosoco) R 2743 2746 27450 0 -1 4202496 10399 0 0 0 10223 1 0 0 20 0 1 0 152331506 45109248 5152 18446744073709551615 4194304 5972588 140722605293984 140722605290840 5099648 0 0 1 8405026 0 0 0 17 4 0 0 5 0 0 8070896 8075904 36347904 140722605302254 140722605302349 140722605302349 140722605305806 0
/proc/2746/statm: 11013 5152 835 435 0 4376 0
Current children cumulated CPU time (s) 102.24
Current children cumulated vsize (KiB) 44052

[startup+162.3 s]
/proc/loadavg: 1.92 1.99 2.03 3/188 2766
/proc/meminfo: memFree=31065092/32770624 swapFree=0/470780
[pid=2746] ppid=2743 vsize=44580 CPUtime=162.23 cores=0,2,4,6
/proc/2746/stat : 2746 (cosoco) R 2743 2746 27450 0 -1 4202496 11191 0 0 0 16222 1 0 0 20 0 1 0 152331506 45649920 5265 18446744073709551615 4194304 5972588 140722605293984 140722605290840 5071769 0 0 1 8405026 0 0 0 17 4 0 0 5 0 0 8070896 8075904 36347904 140722605302254 140722605302349 140722605302349 140722605305806 0
/proc/2746/statm: 11145 5265 835 435 0 4508 0
Current children cumulated CPU time (s) 162.23
Current children cumulated vsize (KiB) 44580

[startup+222.306 s]
/proc/loadavg: 1.97 1.99 2.03 3/184 2768
/proc/meminfo: memFree=31067848/32770624 swapFree=0/470792
[pid=2746] ppid=2743 vsize=44580 CPUtime=222.23 cores=0,2,4,6
/proc/2746/stat : 2746 (cosoco) R 2743 2746 27450 0 -1 4202496 11977 0 0 0 22222 1 0 0 20 0 1 0 152331506 45649920 5315 18446744073709551615 4194304 5972588 140722605293984 140722605290840 5099648 0 0 1 8405026 0 0 0 17 4 0 0 5 0 0 8070896 8075904 36347904 140722605302254 140722605302349 140722605302349 140722605305806 0
/proc/2746/statm: 11145 5315 835 435 0 4508 0
Current children cumulated CPU time (s) 222.23
Current children cumulated vsize (KiB) 44580

[startup+282.3 s]
/proc/loadavg: 1.99 1.99 2.03 3/184 2770
/proc/meminfo: memFree=31067816/32770624 swapFree=0/470804
[pid=2746] ppid=2743 vsize=44580 CPUtime=282.22 cores=0,2,4,6
/proc/2746/stat : 2746 (cosoco) R 2743 2746 27450 0 -1 4202496 12749 0 0 0 28221 1 0 0 20 0 1 0 152331506 45649920 5318 18446744073709551615 4194304 5972588 140722605293984 140722605290840 5070704 0 0 1 8405026 0 0 0 17 4 0 0 5 0 0 8070896 8075904 36347904 140722605302254 140722605302349 140722605302349 140722605305806 0
/proc/2746/statm: 11145 5318 835 435 0 4508 0
Current children cumulated CPU time (s) 282.22
Current children cumulated vsize (KiB) 44580

[startup+342.3 s]
/proc/loadavg: 2.05 2.00 2.04 3/184 2772
/proc/meminfo: memFree=31067264/32770624 swapFree=0/470808
[pid=2746] ppid=2743 vsize=44712 CPUtime=342.21 cores=0,2,4,6
/proc/2746/stat : 2746 (cosoco) R 2743 2746 27450 0 -1 4202496 13601 0 0 0 34220 1 0 0 20 0 1 0 152331506 45785088 5364 18446744073709551615 4194304 5972588 140722605293984 140722605290840 4968704 0 0 1 8405026 0 0 0 17 4 0 0 5 0 0 8070896 8075904 36347904 140722605302254 140722605302349 140722605302349 140722605305806 0
/proc/2746/statm: 11178 5364 835 435 0 4541 0
Current children cumulated CPU time (s) 342.21
Current children cumulated vsize (KiB) 44712

[startup+402.3 s]
/proc/loadavg: 2.02 2.00 2.04 3/185 2776
/proc/meminfo: memFree=31067308/32770624 swapFree=0/470820
[pid=2746] ppid=2743 vsize=44844 CPUtime=402.21 cores=0,2,4,6
/proc/2746/stat : 2746 (cosoco) R 2743 2746 27450 0 -1 4202496 13959 0 0 0 40220 1 0 0 20 0 1 0 152331506 45920256 5365 18446744073709551615 4194304 5972588 140722605293984 140722605290840 4975388 0 0 1 8405026 0 0 0 17 4 0 0 5 0 0 8070896 8075904 36347904 140722605302254 140722605302349 140722605302349 140722605305806 0
/proc/2746/statm: 11211 5365 835 435 0 4574 0
Current children cumulated CPU time (s) 402.21
Current children cumulated vsize (KiB) 44844

[startup+462.3 s]
/proc/loadavg: 2.01 2.00 2.04 3/185 2778
/proc/meminfo: memFree=31067552/32770624 swapFree=0/470820
[pid=2746] ppid=2743 vsize=44844 CPUtime=462.2 cores=0,2,4,6
/proc/2746/stat : 2746 (cosoco) R 2743 2746 27450 0 -1 4202496 14313 0 0 0 46219 1 0 0 20 0 1 0 152331506 45920256 5394 18446744073709551615 4194304 5972588 140722605293984 140722605290840 4962339 0 0 1 8405026 0 0 0 17 4 0 0 5 0 0 8070896 8075904 36347904 140722605302254 140722605302349 140722605302349 140722605305806 0
/proc/2746/statm: 11211 5394 835 435 0 4574 0
Current children cumulated CPU time (s) 462.2
Current children cumulated vsize (KiB) 44844

[startup+522.3 s]
/proc/loadavg: 2.05 2.01 2.05 3/185 2841
/proc/meminfo: memFree=31079880/32770624 swapFree=0/470848
[pid=2746] ppid=2743 vsize=45504 CPUtime=522.2 cores=0,2,4,6
/proc/2746/stat : 2746 (cosoco) R 2743 2746 27450 0 -1 4202496 14854 0 0 0 52219 1 0 0 20 0 1 0 152331506 46596096 5541 18446744073709551615 4194304 5972588 140722605293984 140722605290840 4969209 0 0 1 8405026 0 0 0 17 4 0 0 5 0 0 8070896 8075904 36347904 140722605302254 140722605302349 140722605302349 140722605305806 0
/proc/2746/statm: 11376 5541 835 435 0 4739 0
Current children cumulated CPU time (s) 522.2
Current children cumulated vsize (KiB) 45504

[startup+582.3 s]
/proc/loadavg: 2.13 2.04 2.05 3/185 2844
/proc/meminfo: memFree=31079112/32770624 swapFree=0/470860
[pid=2746] ppid=2743 vsize=46428 CPUtime=582.19 cores=0,2,4,6
/proc/2746/stat : 2746 (cosoco) R 2743 2746 27450 0 -1 4202496 15613 0 0 0 58218 1 0 0 20 0 1 0 152331506 47542272 5788 18446744073709551615 4194304 5972588 140722605293984 140722605290840 4975376 0 0 1 8405026 0 0 0 17 0 0 0 5 0 0 8070896 8075904 36347904 140722605302254 140722605302349 140722605302349 140722605305806 0
/proc/2746/statm: 11607 5788 835 435 0 4970 0
Current children cumulated CPU time (s) 582.19
Current children cumulated vsize (KiB) 46428


################
# More data... #
################


[startup+1602.3 s]
/proc/loadavg: 2.01 2.01 2.04 3/185 2971
/proc/meminfo: memFree=30238412/32770624 swapFree=0/470980
[pid=2746] ppid=2743 vsize=46824 CPUtime=1602.11 cores=0,2,4,6
/proc/2746/stat : 2746 (cosoco) R 2743 2746 27450 0 -1 4202496 26732 0 0 0 160210 1 0 0 20 0 1 0 152331506 47947776 5889 18446744073709551615 4194304 5972588 140722605293984 140722605290840 4968837 0 0 1 8405026 0 0 0 17 4 0 0 5 0 0 8070896 8075904 36347904 140722605302254 140722605302349 140722605302349 140722605305806 0
/proc/2746/statm: 11706 5889 835 435 0 5069 0
Current children cumulated CPU time (s) 1602.11
Current children cumulated vsize (KiB) 46824

[startup+1662.3 s]
/proc/loadavg: 1.94 2.00 2.04 3/185 2973
/proc/meminfo: memFree=30238540/32770624 swapFree=0/470988
[pid=2746] ppid=2743 vsize=46824 CPUtime=1662.11 cores=0,2,4,6
/proc/2746/stat : 2746 (cosoco) R 2743 2746 27450 0 -1 4202496 27075 0 0 0 166209 2 0 0 20 0 1 0 152331506 47947776 5889 18446744073709551615 4194304 5972588 140722605293984 140722605290840 5323616 0 0 1 8405026 0 0 0 17 4 0 0 5 0 0 8070896 8075904 36347904 140722605302254 140722605302349 140722605302349 140722605305806 0
/proc/2746/statm: 11706 5889 835 435 0 5069 0
Current children cumulated CPU time (s) 1662.11
Current children cumulated vsize (KiB) 46824

[startup+1722.3 s]
/proc/loadavg: 1.98 2.00 2.04 3/184 2975
/proc/meminfo: memFree=30238524/32770624 swapFree=0/470992
[pid=2746] ppid=2743 vsize=46956 CPUtime=1722.11 cores=0,2,4,6
/proc/2746/stat : 2746 (cosoco) R 2743 2746 27450 0 -1 4202496 27410 0 0 0 172209 2 0 0 20 0 1 0 152331506 48082944 5897 18446744073709551615 4194304 5972588 140722605293984 140722605290840 4966031 0 0 1 8405026 0 0 0 17 4 0 0 5 0 0 8070896 8075904 36347904 140722605302254 140722605302349 140722605302349 140722605305806 0
/proc/2746/statm: 11739 5897 835 435 0 5102 0
Current children cumulated CPU time (s) 1722.11
Current children cumulated vsize (KiB) 46956

[startup+1782.3 s]
/proc/loadavg: 1.99 2.00 2.04 3/184 2977
/proc/meminfo: memFree=30237932/32770624 swapFree=0/470992
[pid=2746] ppid=2743 vsize=46956 CPUtime=1782.1 cores=0,2,4,6
/proc/2746/stat : 2746 (cosoco) R 2743 2746 27450 0 -1 4202496 27738 0 0 0 178208 2 0 0 20 0 1 0 152331506 48082944 5921 18446744073709551615 4194304 5972588 140722605293984 140722605290840 5053056 0 0 1 8405026 0 0 0 17 4 0 0 5 0 0 8070896 8075904 36347904 140722605302254 140722605302349 140722605302349 140722605305806 0
/proc/2746/statm: 11739 5921 835 435 0 5102 0
Current children cumulated CPU time (s) 1782.1
Current children cumulated vsize (KiB) 46956

[startup+1842.3 s]
/proc/loadavg: 2.13 2.03 2.05 3/184 2979
/proc/meminfo: memFree=30236788/32770624 swapFree=0/470996
[pid=2746] ppid=2743 vsize=47088 CPUtime=1842.1 cores=0,2,4,6
/proc/2746/stat : 2746 (cosoco) R 2743 2746 27450 0 -1 4202496 28086 0 0 0 184208 2 0 0 20 0 1 0 152331506 48218112 5921 18446744073709551615 4194304 5972588 140722605293984 140722605290840 4909635 0 0 1 8405026 0 0 0 17 4 0 0 5 0 0 8070896 8075904 36347904 140722605302254 140722605302349 140722605302349 140722605305806 0
/proc/2746/statm: 11772 5921 835 435 0 5135 0
Current children cumulated CPU time (s) 1842.1
Current children cumulated vsize (KiB) 47088

[startup+1902.3 s]
/proc/loadavg: 2.05 2.02 2.05 3/188 2996
/proc/meminfo: memFree=30232892/32770624 swapFree=0/471028
[pid=2746] ppid=2743 vsize=47088 CPUtime=1902.09 cores=0,2,4,6
/proc/2746/stat : 2746 (cosoco) R 2743 2746 27450 0 -1 4202496 28437 0 0 0 190207 2 0 0 20 0 1 0 152331506 48218112 5937 18446744073709551615 4194304 5972588 140722605293984 140722605290840 5099648 0 0 1 8405026 0 0 0 17 4 0 0 5 0 0 8070896 8075904 36347904 140722605302254 140722605302349 140722605302349 140722605305806 0
/proc/2746/statm: 11772 5937 835 435 0 5135 0
Current children cumulated CPU time (s) 1902.09
Current children cumulated vsize (KiB) 47088

[startup+1962.3 s]
/proc/loadavg: 2.02 2.02 2.05 3/189 2999
/proc/meminfo: memFree=30232844/32770624 swapFree=0/471048
[pid=2746] ppid=2743 vsize=47088 CPUtime=1962.09 cores=0,2,4,6
/proc/2746/stat : 2746 (cosoco) R 2743 2746 27450 0 -1 4202496 28788 0 0 0 196207 2 0 0 20 0 1 0 152331506 48218112 5939 18446744073709551615 4194304 5972588 140722605293984 140722605290840 4965932 0 0 1 8405026 0 0 0 17 4 0 0 5 0 0 8070896 8075904 36347904 140722605302254 140722605302349 140722605302349 140722605305806 0
/proc/2746/statm: 11772 5939 835 435 0 5135 0
Current children cumulated CPU time (s) 1962.09
Current children cumulated vsize (KiB) 47088

[startup+2022.3 s]
/proc/loadavg: 2.01 2.01 2.05 3/186 3001
/proc/meminfo: memFree=30236124/32770624 swapFree=0/471052
[pid=2746] ppid=2743 vsize=47088 CPUtime=2022.08 cores=0,2,4,6
/proc/2746/stat : 2746 (cosoco) R 2743 2746 27450 0 -1 4202496 29151 0 0 0 202206 2 0 0 20 0 1 0 152331506 48218112 5940 18446744073709551615 4194304 5972588 140722605293984 140722605290840 4968760 0 0 1 8405026 0 0 0 17 4 0 0 5 0 0 8070896 8075904 36347904 140722605302254 140722605302349 140722605302349 140722605305806 0
/proc/2746/statm: 11772 5940 835 435 0 5135 0
Current children cumulated CPU time (s) 2022.08
Current children cumulated vsize (KiB) 47088

[startup+2082.3 s]
/proc/loadavg: 1.93 2.00 2.04 3/186 3003
/proc/meminfo: memFree=30235848/32770624 swapFree=0/471068
[pid=2746] ppid=2743 vsize=47616 CPUtime=2082.08 cores=0,2,4,6
/proc/2746/stat : 2746 (cosoco) R 2743 2746 27450 0 -1 4202496 29637 0 0 0 208206 2 0 0 20 0 1 0 152331506 48758784 6054 18446744073709551615 4194304 5972588 140722605293984 140722605290840 4968801 0 0 1 8405026 0 0 0 17 4 0 0 5 0 0 8070896 8075904 36347904 140722605302254 140722605302349 140722605302349 140722605305806 0
/proc/2746/statm: 11904 6054 835 435 0 5267 0
Current children cumulated CPU time (s) 2082.08
Current children cumulated vsize (KiB) 47616

[startup+2142.3 s]
/proc/loadavg: 2.03 2.01 2.05 3/186 3005
/proc/meminfo: memFree=30235356/32770624 swapFree=0/471072
[pid=2746] ppid=2743 vsize=47748 CPUtime=2142.07 cores=0,2,4,6
/proc/2746/stat : 2746 (cosoco) R 2743 2746 27450 0 -1 4202496 30198 0 0 0 214205 2 0 0 20 0 1 0 152331506 48893952 6090 18446744073709551615 4194304 5972588 140722605293984 140722605290840 4968760 0 0 1 8405026 0 0 0 17 4 0 0 5 0 0 8070896 8075904 36347904 140722605302254 140722605302349 140722605302349 140722605305806 0
/proc/2746/statm: 11937 6090 835 435 0 5300 0
Current children cumulated CPU time (s) 2142.07
Current children cumulated vsize (KiB) 47748

[startup+2202.31 s]
/proc/loadavg: 2.01 2.01 2.05 3/185 3008
/proc/meminfo: memFree=30234936/32770624 swapFree=0/471080
[pid=2746] ppid=2743 vsize=47880 CPUtime=2202.07 cores=0,2,4,6
/proc/2746/stat : 2746 (cosoco) R 2743 2746 27450 0 -1 4202496 30738 0 0 0 220205 2 0 0 20 0 1 0 152331506 49029120 6128 18446744073709551615 4194304 5972588 140722605293984 140722605290840 5099648 0 0 1 8405026 0 0 0 17 4 0 0 5 0 0 8070896 8075904 36347904 140722605302254 140722605302349 140722605302349 140722605305806 0
/proc/2746/statm: 11970 6128 835 435 0 5333 0
Current children cumulated CPU time (s) 2202.07
Current children cumulated vsize (KiB) 47880

[startup+2262.3 s]
/proc/loadavg: 2.11 2.04 2.05 3/184 3010
/proc/meminfo: memFree=30235452/32770624 swapFree=0/471088
[pid=2746] ppid=2743 vsize=47880 CPUtime=2262.06 cores=0,2,4,6
/proc/2746/stat : 2746 (cosoco) R 2743 2746 27450 0 -1 4202496 31254 0 0 0 226204 2 0 0 20 0 1 0 152331506 49029120 6129 18446744073709551615 4194304 5972588 140722605293984 140722605290840 5053069 0 0 1 8405026 0 0 0 17 4 0 0 5 0 0 8070896 8075904 36347904 140722605302254 140722605302349 140722605302349 140722605305806 0
/proc/2746/statm: 11970 6129 835 435 0 5333 0
Current children cumulated CPU time (s) 2262.06
Current children cumulated vsize (KiB) 47880

[startup+2322.3 s]
/proc/loadavg: 2.11 2.05 2.05 3/184 3012
/proc/meminfo: memFree=30235052/32770624 swapFree=0/471088
[pid=2746] ppid=2743 vsize=47880 CPUtime=2322.06 cores=0,2,4,6
/proc/2746/stat : 2746 (cosoco) R 2743 2746 27450 0 -1 4202496 31789 0 0 0 232204 2 0 0 20 0 1 0 152331506 49029120 6129 18446744073709551615 4194304 5972588 140722605293984 140722605290840 4975216 0 0 1 8405026 0 0 0 17 4 0 0 5 0 0 8070896 8075904 36347904 140722605302254 140722605302349 140722605302349 140722605305806 0
/proc/2746/statm: 11970 6129 835 435 0 5333 0
Current children cumulated CPU time (s) 2322.06
Current children cumulated vsize (KiB) 47880

[startup+2382.3 s]
/proc/loadavg: 2.04 2.04 2.05 3/184 3015
/proc/meminfo: memFree=30234880/32770624 swapFree=0/471112
[pid=2746] ppid=2743 vsize=47880 CPUtime=2382.05 cores=0,2,4,6
/proc/2746/stat : 2746 (cosoco) R 2743 2746 27450 0 -1 4202496 32225 0 0 0 238203 2 0 0 20 0 1 0 152331506 49029120 6140 18446744073709551615 4194304 5972588 140722605293984 140722605290840 4969225 0 0 1 8405026 0 0 0 17 4 0 0 5 0 0 8070896 8075904 36347904 140722605302254 140722605302349 140722605302349 140722605305806 0
/proc/2746/statm: 11970 6140 835 435 0 5333 0
Current children cumulated CPU time (s) 2382.05
Current children cumulated vsize (KiB) 47880

[startup+2442.3 s]
/proc/loadavg: 2.01 2.04 2.05 3/185 3018
/proc/meminfo: memFree=30235080/32770624 swapFree=0/471128
[pid=2746] ppid=2743 vsize=47880 CPUtime=2442.05 cores=0,2,4,6
/proc/2746/stat : 2746 (cosoco) R 2743 2746 27450 0 -1 4202496 32652 0 0 0 244203 2 0 0 20 0 1 0 152331506 49029120 6146 18446744073709551615 4194304 5972588 140722605293984 140722605290840 5053090 0 0 1 8405026 0 0 0 17 0 0 0 5 0 0 8070896 8075904 36347904 140722605302254 140722605302349 140722605302349 140722605305806 0
/proc/2746/statm: 11970 6146 835 435 0 5333 0
Current children cumulated CPU time (s) 2442.05
Current children cumulated vsize (KiB) 47880

[startup+2502.3 s]
/proc/loadavg: 1.96 2.01 2.04 3/189 3035
/proc/meminfo: memFree=30230864/32770624 swapFree=0/471124
[pid=2746] ppid=2743 vsize=48012 CPUtime=2502.04 cores=0,2,4,6
/proc/2746/stat : 2746 (cosoco) R 2743 2746 27450 0 -1 4202496 33051 0 0 0 250202 2 0 0 20 0 1 0 152331506 49164288 6147 18446744073709551615 4194304 5972588 140722605293984 140722605290840 4975376 0 0 1 8405026 0 0 0 17 4 0 0 5 0 0 8070896 8075904 36347904 140722605302254 140722605302349 140722605302349 140722605305806 0
/proc/2746/statm: 12003 6147 835 435 0 5366 0
Current children cumulated CPU time (s) 2502.04
Current children cumulated vsize (KiB) 48012



Maximum wall clock time exceeded: sending SIGTERM then SIGKILL

[startup+2520 s]
/proc/loadavg: 1.97 2.01 2.04 3/189 3036
/proc/meminfo: memFree=30230808/32770624 swapFree=0/471140
[pid=2746] ppid=2743 vsize=48144 CPUtime=2519.74 cores=0,2,4,6
/proc/2746/stat : 2746 (cosoco) R 2743 2746 27450 0 -1 4202496 33481 0 0 0 251972 2 0 0 20 0 1 0 152331506 49299456 6206 18446744073709551615 4194304 5972588 140722605293984 140722605290840 4968801 0 0 1 8405026 0 0 0 17 4 0 0 5 0 0 8070896 8075904 36347904 140722605302254 140722605302349 140722605302349 140722605305806 0
/proc/2746/statm: 12036 6206 835 435 0 5399 0
Current children cumulated CPU time (s) 2519.74
Current children cumulated vsize (KiB) 48144

Sending SIGTERM to process tree (bottom up)
Sleeping 2 seconds

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

Child status: 1
Real time (s): 2520
CPU time (s): 2519.75
CPU user time (s): 2519.72
CPU system time (s): 0.025997
CPU usage (%): 99.99
Max. virtual memory (cumulated for all children) (KiB): 48144

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 2519.72
system time used= 0.025997
maximum resident set size= 24932
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 33526
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= 16
involuntary context switches= 4219

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 6.24833 second user time and 8.66604 second system time

The end

Launcher Data

Begin job on node132 at 2017-08-12 10:18:42
IDJOB=4267611
IDBENCH=126219
IDSOLVER=2658
FILE ID=node132/4267611-1502526787
RUNJOBID= node132-1502500306-27513
PBS_JOBID= 
Free space on /tmp= 62028 MiB

SOLVER NAME= cosoco 1.12
BENCH NAME= XCSP17/GolombRuler/GolombRuler-a3-s1/GolombRuler-21-a3.xml
COMMAND LINE= cosoco -lc -model -restarts BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4267611-1502526787/watcher-4267611-1502526787 -o /tmp/evaluation-result-4267611-1502526787/solver-4267611-1502526787 -C 2520 -W 2520 -M 15500 --bin-var /tmp/runsolver-exch-node132-1502500306-27513 --watchdog 2580  cosoco -lc -model -restarts HOME/instance-4267611-1502526787.xml

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

MD5SUM BENCH= 77b850f9bb38d7d923034c01213ab5aa
RANDOM SEED=53150728

node132.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.74
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.74
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.74
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.74
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:        31089380 kB
MemAvailable:   31954384 kB
Buffers:          307208 kB
Cached:           866952 kB
SwapCached:            0 kB
Active:           727368 kB
Inactive:         519740 kB
Active(anon):      73684 kB
Inactive(anon):    49012 kB
Active(file):     653684 kB
Inactive(file):   470728 kB
Unevictable:           0 kB
Mlocked:               0 kB
SwapTotal:      67108860 kB
SwapFree:       67108860 kB
Dirty:              2324 kB
Writeback:             4 kB
AnonPages:         72912 kB
Mapped:            63428 kB
Shmem:             49852 kB
Slab:             139492 kB
SReclaimable:     112856 kB
SUnreclaim:        26636 kB
KernelStack:        3264 kB
PageTables:         5352 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83494172 kB
Committed_AS:     356528 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      354332 kB
VmallocChunk:   34341910524 kB
HardwareCorrupted:     0 kB
AnonHugePages:     18432 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
DirectMap4k:      114048 kB
DirectMap2M:    33431552 kB

Free space on /tmp at the end= 62024 MiB
End job on node132 at 2017-08-12 11:00:43