Trace number 4267613

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.96 2520

General information on the benchmark

NameGolombRuler/GolombRuler-a3-s1/
GolombRuler-26-a3.xml
MD5SUM4a8acae89d0947337e32da9d5bedd9eb
Bench CategoryCOP (optimization problem)
Best result obtained on this benchmarkSAT TO
Best value of the objective obtained on this benchmark719
Best CPU time to get the best result obtained on this benchmark19901.699
Satisfiable
(Un)Satisfiability was proved
Number of variables702
Number of constraints328
Number of domains2
Minimum domain size1000
Maximum domain size1001
Distribution of domain sizes[{"size":1000,"count":325},{"size":1001,"count":26}]
Minimum variable degree0
Maximum variable degree27
Distribution of variable degrees[{"degree":0,"count":351},{"degree":2,"count":325},{"degree":26,"count":24},{"degree":27,"count":2}]
Minimum constraint arity1
Maximum constraint arity325
Distribution of constraint arities[{"arity":1,"count":1},{"arity":3,"count":325},{"arity":26,"count":1},{"arity":325,"count":1}]
Number of extensional constraints0
Number of intensional constraints326
Distribution of constraint types[{"type":"intension","count":326},{"type":"allDifferent","count":1},{"type":"ordered","count":1}]
Optimization problemYES
Type of objectivemin VAR

Solver Data

0.32/0.44	c best=?? lower=0 upper=1000 
2519.96/2520.00	c
2519.96/2520.00	c This is cosoco 1.12 --  
2519.96/2520.00	c
2519.96/2520.00	c command line: cosoco -lc -model -restarts HOME/instance-4267613-1502525217.xml 
2519.96/2520.00	c enable optimization
2519.96/2520.00	c ========================================[ Problem Statistics ]===========================================
2519.96/2520.00	c |                                                                                                       
2519.96/2520.00	c |  Parse time        :         0.36 s 
2519.96/2520.00	c |
2519.96/2520.00	c |               Variables: 702
2519.96/2520.00	c |            Domain Sizes: 1000..1001
2519.96/2520.00	c |
2519.96/2520.00	c |             Constraints: 353
2519.96/2520.00	c |                   Arity: 1..325  -- Unary: 2  -- Binary: 25  -- Ternary: 325
2519.96/2520.00	c | 
2519.96/2520.00	c |                   Types: 
2519.96/2520.00	c |                          (X - Y < k): 25
2519.96/2520.00	c |                          All Different: 1
2519.96/2520.00	c |                          Intension: 327
2519.96/2520.00	c |                          
2519.96/2520.00	c =========================================================================================================
2519.96/2520.00	
2519.96/2520.00	c *** INTERRUPTED ***
2519.96/2520.00	c restarts              : 87          
2519.96/2520.00	c conflicts             : 3914805      (1554 /sec)
2519.96/2520.00	c decisions             : 4416611      (1753 /sec)
2519.96/2520.00	c propagations          : 14384112826 (5708113 /sec)
2519.96/2520.00	c root propagations     : 1625        
2519.96/2520.00	c filter calls          : 587200933      (233022 /sec)
2519.96/2520.00	c useless filter calls  : 547780647      (93 %)
2519.96/2520.00	c Memory used           : 60.79 MB
2519.96/2520.00	c CPU time              : 2519.94 s
2519.96/2520.00	
2519.96/2520.00	c No Bound found!
2519.96/2520.00	
2519.96/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-4267613-1502525217/watcher-4267613-1502525217 -o /tmp/evaluation-result-4267613-1502525217/solver-4267613-1502525217 -C 2520 -W 2520 -M 15500 --bin-var /tmp/runsolver-exch-node134-1502500343-24509 --watchdog 2580 cosoco -lc -model -restarts HOME/instance-4267613-1502525217.xml 

pid=32044
running on 4 cores: 1,3,5,7

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


[startup+0 s]
/proc/loadavg: 2.04 2.03 2.05 2/184 32047
/proc/meminfo: memFree=30987712/32770624 swapFree=0/587960
[pid=32047] ppid=32044 vsize=23672 CPUtime=0 cores=1,3,5,7
/proc/32047/stat : 32047 (runsolver) D 32044 32047 24445 0 -1 4202560 108 0 0 0 0 0 0 0 20 0 1 0 100028086 24240128 106 18446744073709551615 4194304 4338465 140729463597888 140729463595528 140137997656791 0 0 1 24578 18446744071580418449 0 0 17 3 0 0 0 0 0 6438912 6441760 27779072 140729463599297 140729463599689 140729463599689 140729463603146 0
/proc/32047/statm: 5918 106 53 36 0 2156 0

[startup+0.100897 s]
/proc/loadavg: 2.04 2.03 2.05 2/184 32047
/proc/meminfo: memFree=30987712/32770624 swapFree=0/587960
[pid=32047] ppid=32044 vsize=33872 CPUtime=0.03 cores=1,3,5,7
/proc/32047/stat : 32047 (cosoco) R 32044 32047 24445 0 -1 4202496 2757 0 0 0 3 0 0 0 20 0 1 0 100028086 34684928 2543 18446744073709551615 4194304 5972588 140725411652672 140725411646232 139751726257382 0 0 1 0 0 0 0 17 7 0 0 6 0 0 8070896 8075904 21397504 140725411660270 140725411660365 140725411660365 140725411663822 0
/proc/32047/statm: 8468 2543 787 435 0 1831 0
Current children cumulated CPU time (s) 0.03
Current children cumulated vsize (KiB) 33872

[startup+0.200897 s]
/proc/loadavg: 2.04 2.03 2.05 2/184 32047
/proc/meminfo: memFree=30987712/32770624 swapFree=0/587960
[pid=32047] ppid=32044 vsize=38748 CPUtime=0.12 cores=1,3,5,7
/proc/32047/stat : 32047 (cosoco) R 32044 32047 24445 0 -1 4202496 3986 0 0 0 12 0 0 0 20 0 1 0 100028086 39677952 3826 18446744073709551615 4194304 5972588 140725411652672 140725411646232 139751717655920 0 0 1 0 0 0 0 17 7 0 0 6 0 0 8070896 8075904 21397504 140725411660270 140725411660365 140725411660365 140725411663822 0
/proc/32047/statm: 9687 3826 787 435 0 3050 0
Current children cumulated CPU time (s) 0.12
Current children cumulated vsize (KiB) 38748

[startup+0.300896 s]
/proc/loadavg: 2.04 2.03 2.05 2/184 32047
/proc/meminfo: memFree=30987712/32770624 swapFree=0/587960
[pid=32047] ppid=32044 vsize=43740 CPUtime=0.22 cores=1,3,5,7
/proc/32047/stat : 32047 (cosoco) R 32044 32047 24445 0 -1 4202496 5215 0 0 0 22 0 0 0 20 0 1 0 100028086 44789760 5046 18446744073709551615 4194304 5972588 140725411652672 140725411646472 139751716948840 0 0 1 0 0 0 0 17 1 0 0 6 0 0 8070896 8075904 21397504 140725411660270 140725411660365 140725411660365 140725411663822 0
/proc/32047/statm: 10935 5046 787 435 0 4298 0
Current children cumulated CPU time (s) 0.22
Current children cumulated vsize (KiB) 43740

[startup+0.700179 s]
/proc/loadavg: 2.04 2.03 2.05 2/184 32047
/proc/meminfo: memFree=30987712/32770624 swapFree=0/587960
[pid=32047] ppid=32044 vsize=50896 CPUtime=0.62 cores=1,3,5,7
/proc/32047/stat : 32047 (cosoco) R 32044 32047 24445 0 -1 4202496 7054 0 0 0 62 0 0 0 20 0 1 0 100028086 52117504 6874 18446744073709551615 4194304 5972588 140725411652672 140725411646472 4965560 0 0 1 8405026 0 0 0 17 1 0 0 6 0 0 8070896 8075904 21397504 140725411660270 140725411660365 140725411660365 140725411663822 0
/proc/32047/statm: 12724 6874 835 435 0 6087 0
Current children cumulated CPU time (s) 0.62
Current children cumulated vsize (KiB) 50896

[startup+1.50023 s]
/proc/loadavg: 2.04 2.03 2.05 3/185 32048
/proc/meminfo: memFree=30963416/32770624 swapFree=0/587992
[pid=32047] ppid=32044 vsize=51028 CPUtime=1.42 cores=1,3,5,7
/proc/32047/stat : 32047 (cosoco) R 32044 32047 24445 0 -1 4202496 7074 0 0 0 142 0 0 0 20 0 1 0 100028086 52252672 6874 18446744073709551615 4194304 5972588 140725411652672 140725411649544 5071376 0 0 1 8405026 0 0 0 17 1 0 0 6 0 0 8070896 8075904 21397504 140725411660270 140725411660365 140725411660365 140725411663822 0
/proc/32047/statm: 12757 6874 835 435 0 6120 0
Current children cumulated CPU time (s) 1.42
Current children cumulated vsize (KiB) 51028

[startup+3.10022 s]
/proc/loadavg: 2.04 2.03 2.05 3/185 32048
/proc/meminfo: memFree=30963060/32770624 swapFree=0/587956
[pid=32047] ppid=32044 vsize=51028 CPUtime=3.02 cores=1,3,5,7
/proc/32047/stat : 32047 (cosoco) R 32044 32047 24445 0 -1 4202496 8511 0 0 0 302 0 0 0 20 0 1 0 100028086 52252672 6938 18446744073709551615 4194304 5972588 140725411652672 140725411649528 5071761 0 0 1 8405026 0 0 0 17 3 0 0 6 0 0 8070896 8075904 21397504 140725411660270 140725411660365 140725411660365 140725411663822 0
/proc/32047/statm: 12757 6938 835 435 0 6120 0
Current children cumulated CPU time (s) 3.02
Current children cumulated vsize (KiB) 51028

[startup+6.30023 s]
/proc/loadavg: 1.87 1.99 2.03 3/185 32048
/proc/meminfo: memFree=30963304/32770624 swapFree=0/587960
[pid=32047] ppid=32044 vsize=51160 CPUtime=6.22 cores=1,3,5,7
/proc/32047/stat : 32047 (cosoco) R 32044 32047 24445 0 -1 4202496 10720 0 0 0 622 0 0 0 20 0 1 0 100028086 52387840 6950 18446744073709551615 4194304 5972588 140725411652672 140725411649528 4909616 0 0 1 8405026 0 0 0 17 3 0 0 6 0 0 8070896 8075904 21397504 140725411660270 140725411660365 140725411660365 140725411663822 0
/proc/32047/statm: 12790 6950 835 435 0 6153 0
Current children cumulated CPU time (s) 6.22
Current children cumulated vsize (KiB) 51160

[startup+12.7002 s]
/proc/loadavg: 1.89 1.99 2.03 3/185 32049
/proc/meminfo: memFree=30962872/32770624 swapFree=0/587960
[pid=32047] ppid=32044 vsize=51292 CPUtime=12.62 cores=1,3,5,7
/proc/32047/stat : 32047 (cosoco) R 32044 32047 24445 0 -1 4202496 13173 0 0 0 1262 0 0 0 20 0 1 0 100028086 52523008 7000 18446744073709551615 4194304 5972588 140725411652672 140725411649528 5099648 0 0 1 8405026 0 0 0 17 3 0 0 6 0 0 8070896 8075904 21397504 140725411660270 140725411660365 140725411660365 140725411663822 0
/proc/32047/statm: 12823 7000 835 435 0 6186 0
Current children cumulated CPU time (s) 12.62
Current children cumulated vsize (KiB) 51292

[startup+25.5003 s]
/proc/loadavg: 1.91 1.99 2.03 3/185 32049
/proc/meminfo: memFree=30960816/32770624 swapFree=0/587952
[pid=32047] ppid=32044 vsize=52480 CPUtime=25.43 cores=1,3,5,7
/proc/32047/stat : 32047 (cosoco) R 32044 32047 24445 0 -1 4202496 17415 0 0 0 2542 1 0 0 20 0 1 0 100028086 53739520 7309 18446744073709551615 4194304 5972588 140725411652672 140725411649528 4968872 0 0 1 8405026 0 0 0 17 3 0 0 6 0 0 8070896 8075904 21397504 140725411660270 140725411660365 140725411660365 140725411663822 0
/proc/32047/statm: 13120 7309 835 435 0 6483 0
Current children cumulated CPU time (s) 25.43
Current children cumulated vsize (KiB) 52480

[startup+51.1003 s]
/proc/loadavg: 1.94 1.99 2.03 3/185 32049
/proc/meminfo: memFree=30959068/32770624 swapFree=0/587948
[pid=32047] ppid=32044 vsize=54724 CPUtime=51.02 cores=1,3,5,7
/proc/32047/stat : 32047 (cosoco) R 32044 32047 24445 0 -1 4202496 19245 0 0 0 5101 1 0 0 20 0 1 0 100028086 56037376 7862 18446744073709551615 4194304 5972588 140725411652672 140725411649528 4968825 0 0 1 8405026 0 0 0 17 3 0 0 6 0 0 8070896 8075904 21397504 140725411660270 140725411660365 140725411660365 140725411663822 0
/proc/32047/statm: 13681 7862 835 435 0 7044 0
Current children cumulated CPU time (s) 51.02
Current children cumulated vsize (KiB) 54724

[startup+102.3 s]
/proc/loadavg: 2.02 2.01 2.04 3/186 32052
/proc/meminfo: memFree=30957812/32770624 swapFree=0/587980
[pid=32047] ppid=32044 vsize=54988 CPUtime=102.23 cores=1,3,5,7
/proc/32047/stat : 32047 (cosoco) R 32044 32047 24445 0 -1 4202496 20710 0 0 0 10222 1 0 0 20 0 1 0 100028086 56307712 7921 18446744073709551615 4194304 5972588 140725411652672 140725411649528 4970728 0 0 1 8405026 0 0 0 17 3 0 0 6 0 0 8070896 8075904 21397504 140725411660270 140725411660365 140725411660365 140725411663822 0
/proc/32047/statm: 13747 7921 835 435 0 7110 0
Current children cumulated CPU time (s) 102.23
Current children cumulated vsize (KiB) 54988

[startup+162.3 s]
/proc/loadavg: 2.01 2.01 2.04 3/185 32055
/proc/meminfo: memFree=30955964/32770624 swapFree=0/587984
[pid=32047] ppid=32044 vsize=55516 CPUtime=162.22 cores=1,3,5,7
/proc/32047/stat : 32047 (cosoco) R 32044 32047 24445 0 -1 4202496 21200 0 0 0 16221 1 0 0 20 0 1 0 100028086 56848384 8002 18446744073709551615 4194304 5972588 140725411652672 140725411649528 5320283 0 0 1 8405026 0 0 0 17 3 0 0 6 0 0 8070896 8075904 21397504 140725411660270 140725411660365 140725411660365 140725411663822 0
/proc/32047/statm: 13879 8002 835 435 0 7242 0
Current children cumulated CPU time (s) 162.22
Current children cumulated vsize (KiB) 55516

[startup+222.306 s]
/proc/loadavg: 2.00 2.01 2.04 3/186 32058
/proc/meminfo: memFree=30956324/32770624 swapFree=0/588000
[pid=32047] ppid=32044 vsize=55648 CPUtime=222.23 cores=1,3,5,7
/proc/32047/stat : 32047 (cosoco) R 32044 32047 24445 0 -1 4202496 21643 0 0 0 22222 1 0 0 20 0 1 0 100028086 56983552 8058 18446744073709551615 4194304 5972588 140725411652672 140725411649528 4965937 0 0 1 8405026 0 0 0 17 3 0 0 6 0 0 8070896 8075904 21397504 140725411660270 140725411660365 140725411660365 140725411663822 0
/proc/32047/statm: 13912 8058 835 435 0 7275 0
Current children cumulated CPU time (s) 222.23
Current children cumulated vsize (KiB) 55648

[startup+282.3 s]
/proc/loadavg: 2.05 2.02 2.05 3/186 32060
/proc/meminfo: memFree=30956076/32770624 swapFree=0/588020
[pid=32047] ppid=32044 vsize=56044 CPUtime=282.22 cores=1,3,5,7
/proc/32047/stat : 32047 (cosoco) R 32044 32047 24445 0 -1 4202496 22245 0 0 0 28221 1 0 0 20 0 1 0 100028086 57389056 8162 18446744073709551615 4194304 5972588 140725411652672 140725411649528 5053097 0 0 1 8405026 0 0 0 17 3 0 0 6 0 0 8070896 8075904 21397504 140725411660270 140725411660365 140725411660365 140725411663822 0
/proc/32047/statm: 14011 8162 835 435 0 7374 0
Current children cumulated CPU time (s) 282.22
Current children cumulated vsize (KiB) 56044

[startup+342.3 s]
/proc/loadavg: 2.02 2.02 2.05 3/186 32063
/proc/meminfo: memFree=30955456/32770624 swapFree=0/588044
[pid=32047] ppid=32044 vsize=56308 CPUtime=342.22 cores=1,3,5,7
/proc/32047/stat : 32047 (cosoco) R 32044 32047 24445 0 -1 4202496 22904 0 0 0 34221 1 0 0 20 0 1 0 100028086 57659392 8224 18446744073709551615 4194304 5972588 140725411652672 140725411649528 4969236 0 0 1 8405026 0 0 0 17 3 0 0 6 0 0 8070896 8075904 21397504 140725411660270 140725411660365 140725411660365 140725411663822 0
/proc/32047/statm: 14077 8224 835 435 0 7440 0
Current children cumulated CPU time (s) 342.22
Current children cumulated vsize (KiB) 56308

[startup+402.3 s]
/proc/loadavg: 2.10 2.04 2.05 3/185 32065
/proc/meminfo: memFree=30955472/32770624 swapFree=0/588048
[pid=32047] ppid=32044 vsize=56704 CPUtime=402.22 cores=1,3,5,7
/proc/32047/stat : 32047 (cosoco) R 32044 32047 24445 0 -1 4202496 23634 0 0 0 40221 1 0 0 20 0 1 0 100028086 58064896 8344 18446744073709551615 4194304 5972588 140725411652672 140725411649528 4962240 0 0 1 8405026 0 0 0 17 3 0 0 6 0 0 8070896 8075904 21397504 140725411660270 140725411660365 140725411660365 140725411663822 0
/proc/32047/statm: 14176 8344 835 435 0 7539 0
Current children cumulated CPU time (s) 402.22
Current children cumulated vsize (KiB) 56704

[startup+462.3 s]
/proc/loadavg: 2.04 2.04 2.05 3/189 32082
/proc/meminfo: memFree=30950720/32770624 swapFree=0/588096
[pid=32047] ppid=32044 vsize=57100 CPUtime=462.22 cores=1,3,5,7
/proc/32047/stat : 32047 (cosoco) R 32044 32047 24445 0 -1 4202496 24479 0 0 0 46221 1 0 0 20 0 1 0 100028086 58470400 8423 18446744073709551615 4194304 5972588 140725411652672 140725411649528 4969225 0 0 1 8405026 0 0 0 17 3 0 0 6 0 0 8070896 8075904 21397504 140725411660270 140725411660365 140725411660365 140725411663822 0
/proc/32047/statm: 14275 8423 835 435 0 7638 0
Current children cumulated CPU time (s) 462.22
Current children cumulated vsize (KiB) 57100

[startup+522.3 s]
/proc/loadavg: 2.10 2.06 2.05 3/189 32109
/proc/meminfo: memFree=30949872/32770624 swapFree=0/588108
[pid=32047] ppid=32044 vsize=57100 CPUtime=522.22 cores=1,3,5,7
/proc/32047/stat : 32047 (cosoco) R 32044 32047 24445 0 -1 4202496 25155 0 0 0 52221 1 0 0 20 0 1 0 100028086 58470400 8448 18446744073709551615 4194304 5972588 140725411652672 140725411649528 5094159 0 0 1 8405026 0 0 0 17 3 0 0 6 0 0 8070896 8075904 21397504 140725411660270 140725411660365 140725411660365 140725411663822 0
/proc/32047/statm: 14275 8448 835 435 0 7638 0
Current children cumulated CPU time (s) 522.22
Current children cumulated vsize (KiB) 57100

[startup+582.3 s]
/proc/loadavg: 2.09 2.06 2.05 3/188 32112
/proc/meminfo: memFree=30951864/32770624 swapFree=0/588128
[pid=32047] ppid=32044 vsize=57100 CPUtime=582.22 cores=1,3,5,7
/proc/32047/stat : 32047 (cosoco) R 32044 32047 24445 0 -1 4202496 25923 0 0 0 58221 1 0 0 20 0 1 0 100028086 58470400 8459 18446744073709551615 4194304 5972588 140725411652672 140725411649528 5099648 0 0 1 8405026 0 0 0 17 3 0 0 6 0 0 8070896 8075904 21397504 140725411660270 140725411660365 140725411660365 140725411663822 0
/proc/32047/statm: 14275 8459 835 435 0 7638 0
Current children cumulated CPU time (s) 582.22
Current children cumulated vsize (KiB) 57100


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


[startup+1602.3 s]
/proc/loadavg: 2.00 2.01 2.05 3/185 32164
/proc/meminfo: memFree=30951380/32770624 swapFree=0/588316
[pid=32047] ppid=32044 vsize=59872 CPUtime=1602.23 cores=1,3,5,7
/proc/32047/stat : 32047 (cosoco) R 32044 32047 24445 0 -1 4202496 36032 0 0 0 160222 1 0 0 20 0 1 0 100028086 61308928 9136 18446744073709551615 4194304 5972588 140725411652672 140725411649528 5071832 0 0 1 8405026 0 0 0 17 3 0 0 6 0 0 8070896 8075904 21397504 140725411660270 140725411660365 140725411660365 140725411663822 0
/proc/32047/statm: 14968 9136 835 435 0 8331 0
Current children cumulated CPU time (s) 1602.23
Current children cumulated vsize (KiB) 59872

[startup+1662.3 s]
/proc/loadavg: 2.00 2.01 2.05 3/188 32181
/proc/meminfo: memFree=30947860/32770624 swapFree=0/588304
[pid=32047] ppid=32044 vsize=59872 CPUtime=1662.23 cores=1,3,5,7
/proc/32047/stat : 32047 (cosoco) R 32044 32047 24445 0 -1 4202496 36405 0 0 0 166222 1 0 0 20 0 1 0 100028086 61308928 9136 18446744073709551615 4194304 5972588 140725411652672 140725411649528 4968773 0 0 1 8405026 0 0 0 17 3 0 0 6 0 0 8070896 8075904 21397504 140725411660270 140725411660365 140725411660365 140725411663822 0
/proc/32047/statm: 14968 9136 835 435 0 8331 0
Current children cumulated CPU time (s) 1662.23
Current children cumulated vsize (KiB) 59872

[startup+1722.3 s]
/proc/loadavg: 2.00 2.01 2.05 3/186 32183
/proc/meminfo: memFree=30949584/32770624 swapFree=0/588316
[pid=32047] ppid=32044 vsize=59872 CPUtime=1722.23 cores=1,3,5,7
/proc/32047/stat : 32047 (cosoco) R 32044 32047 24445 0 -1 4202496 36778 0 0 0 172222 1 0 0 20 0 1 0 100028086 61308928 9136 18446744073709551615 4194304 5972588 140725411652672 140725411649528 4909679 0 0 1 8405026 0 0 0 17 3 0 0 6 0 0 8070896 8075904 21397504 140725411660270 140725411660365 140725411660365 140725411663822 0
/proc/32047/statm: 14968 9136 835 435 0 8331 0
Current children cumulated CPU time (s) 1722.23
Current children cumulated vsize (KiB) 59872

[startup+1782.3 s]
/proc/loadavg: 2.00 2.01 2.05 3/185 32185
/proc/meminfo: memFree=30950716/32770624 swapFree=0/588336
[pid=32047] ppid=32044 vsize=59872 CPUtime=1782.24 cores=1,3,5,7
/proc/32047/stat : 32047 (cosoco) R 32044 32047 24445 0 -1 4202496 37163 0 0 0 178223 1 0 0 20 0 1 0 100028086 61308928 9136 18446744073709551615 4194304 5972588 140725411652672 140725411649528 4909660 0 0 1 8405026 0 0 0 17 3 0 0 6 0 0 8070896 8075904 21397504 140725411660270 140725411660365 140725411660365 140725411663822 0
/proc/32047/statm: 14968 9136 835 435 0 8331 0
Current children cumulated CPU time (s) 1782.24
Current children cumulated vsize (KiB) 59872

[startup+1842.3 s]
/proc/loadavg: 2.00 2.01 2.05 3/185 32187
/proc/meminfo: memFree=30950592/32770624 swapFree=0/588344
[pid=32047] ppid=32044 vsize=59872 CPUtime=1842.24 cores=1,3,5,7
/proc/32047/stat : 32047 (cosoco) R 32044 32047 24445 0 -1 4202496 37561 0 0 0 184223 1 0 0 20 0 1 0 100028086 61308928 9137 18446744073709551615 4194304 5972588 140725411652672 140725411649528 5053069 0 0 1 8405026 0 0 0 17 3 0 0 6 0 0 8070896 8075904 21397504 140725411660270 140725411660365 140725411660365 140725411663822 0
/proc/32047/statm: 14968 9137 835 435 0 8331 0
Current children cumulated CPU time (s) 1842.24
Current children cumulated vsize (KiB) 59872

[startup+1902.3 s]
/proc/loadavg: 2.00 2.01 2.05 3/186 32190
/proc/meminfo: memFree=30950452/32770624 swapFree=0/588356
[pid=32047] ppid=32044 vsize=59872 CPUtime=1902.24 cores=1,3,5,7
/proc/32047/stat : 32047 (cosoco) R 32044 32047 24445 0 -1 4202496 38023 0 0 0 190223 1 0 0 20 0 1 0 100028086 61308928 9152 18446744073709551615 4194304 5972588 140725411652672 140725411649528 5070704 0 0 1 8405026 0 0 0 17 3 0 0 6 0 0 8070896 8075904 21397504 140725411660270 140725411660365 140725411660365 140725411663822 0
/proc/32047/statm: 14968 9152 835 435 0 8331 0
Current children cumulated CPU time (s) 1902.24
Current children cumulated vsize (KiB) 59872

[startup+1962.3 s]
/proc/loadavg: 2.00 2.01 2.05 3/185 32193
/proc/meminfo: memFree=30950716/32770624 swapFree=0/588372
[pid=32047] ppid=32044 vsize=59872 CPUtime=1962.24 cores=1,3,5,7
/proc/32047/stat : 32047 (cosoco) R 32044 32047 24445 0 -1 4202496 38476 0 0 0 196223 1 0 0 20 0 1 0 100028086 61308928 9155 18446744073709551615 4194304 5972588 140725411652672 140725411649528 4909624 0 0 1 8405026 0 0 0 17 3 0 0 6 0 0 8070896 8075904 21397504 140725411660270 140725411660365 140725411660365 140725411663822 0
/proc/32047/statm: 14968 9155 835 435 0 8331 0
Current children cumulated CPU time (s) 1962.24
Current children cumulated vsize (KiB) 59872

[startup+2022.3 s]
/proc/loadavg: 2.00 2.01 2.05 3/185 32195
/proc/meminfo: memFree=30950964/32770624 swapFree=0/588380
[pid=32047] ppid=32044 vsize=59872 CPUtime=2022.24 cores=1,3,5,7
/proc/32047/stat : 32047 (cosoco) R 32044 32047 24445 0 -1 4202496 38888 0 0 0 202223 1 0 0 20 0 1 0 100028086 61308928 9155 18446744073709551615 4194304 5972588 140725411652672 140725411649528 5099648 0 0 1 8405026 0 0 0 17 3 0 0 6 0 0 8070896 8075904 21397504 140725411660270 140725411660365 140725411660365 140725411663822 0
/proc/32047/statm: 14968 9155 835 435 0 8331 0
Current children cumulated CPU time (s) 2022.24
Current children cumulated vsize (KiB) 59872

[startup+2082.3 s]
/proc/loadavg: 2.06 2.03 2.05 3/185 32197
/proc/meminfo: memFree=30951212/32770624 swapFree=0/588388
[pid=32047] ppid=32044 vsize=59872 CPUtime=2082.25 cores=1,3,5,7
/proc/32047/stat : 32047 (cosoco) R 32044 32047 24445 0 -1 4202496 39300 0 0 0 208224 1 0 0 20 0 1 0 100028086 61308928 9156 18446744073709551615 4194304 5972588 140725411652672 140725411649528 4971615 0 0 1 8405026 0 0 0 17 3 0 0 6 0 0 8070896 8075904 21397504 140725411660270 140725411660365 140725411660365 140725411663822 0
/proc/32047/statm: 14968 9156 835 435 0 8331 0
Current children cumulated CPU time (s) 2082.25
Current children cumulated vsize (KiB) 59872

[startup+2142.3 s]
/proc/loadavg: 2.02 2.02 2.05 3/186 32201
/proc/meminfo: memFree=30950404/32770624 swapFree=0/588412
[pid=32047] ppid=32044 vsize=60664 CPUtime=2142.24 cores=1,3,5,7
/proc/32047/stat : 32047 (cosoco) R 32044 32047 24445 0 -1 4202496 39525 0 0 0 214223 1 0 0 20 0 1 0 100028086 62119936 9332 18446744073709551615 4194304 5972588 140725411652672 140725411649528 4968818 0 0 1 8405026 0 0 0 17 3 0 0 6 0 0 8070896 8075904 21397504 140725411660270 140725411660365 140725411660365 140725411663822 0
/proc/32047/statm: 15166 9332 835 435 0 8529 0
Current children cumulated CPU time (s) 2142.24
Current children cumulated vsize (KiB) 60664

[startup+2202.31 s]
/proc/loadavg: 2.01 2.02 2.05 3/185 32203
/proc/meminfo: memFree=30950108/32770624 swapFree=0/588432
[pid=32047] ppid=32044 vsize=61060 CPUtime=2202.25 cores=1,3,5,7
/proc/32047/stat : 32047 (cosoco) R 32044 32047 24445 0 -1 4202496 40234 0 0 0 220224 1 0 0 20 0 1 0 100028086 62525440 9432 18446744073709551615 4194304 5972588 140725411652672 140725411649528 4969213 0 0 1 8405026 0 0 0 17 3 0 0 6 0 0 8070896 8075904 21397504 140725411660270 140725411660365 140725411660365 140725411663822 0
/proc/32047/statm: 15265 9432 835 435 0 8628 0
Current children cumulated CPU time (s) 2202.25
Current children cumulated vsize (KiB) 61060

[startup+2262.3 s]
/proc/loadavg: 2.06 2.03 2.05 3/189 32220
/proc/meminfo: memFree=30945392/32770624 swapFree=0/588448
[pid=32047] ppid=32044 vsize=61588 CPUtime=2262.25 cores=1,3,5,7
/proc/32047/stat : 32047 (cosoco) R 32044 32047 24445 0 -1 4202496 41067 0 0 0 226223 2 0 0 20 0 1 0 100028086 63066112 9513 18446744073709551615 4194304 5972588 140725411652672 140725411649528 4962364 0 0 1 8405026 0 0 0 17 3 0 0 6 0 0 8070896 8075904 21397504 140725411660270 140725411660365 140725411660365 140725411663822 0
/proc/32047/statm: 15397 9513 835 435 0 8760 0
Current children cumulated CPU time (s) 2262.25
Current children cumulated vsize (KiB) 61588

[startup+2322.3 s]
/proc/loadavg: 2.02 2.02 2.05 3/187 32222
/proc/meminfo: memFree=30946732/32770624 swapFree=0/588452
[pid=32047] ppid=32044 vsize=61588 CPUtime=2322.25 cores=1,3,5,7
/proc/32047/stat : 32047 (cosoco) R 32044 32047 24445 0 -1 4202496 41800 0 0 0 232223 2 0 0 20 0 1 0 100028086 63066112 9558 18446744073709551615 4194304 5972588 140725411652672 140725411649528 4965848 0 0 1 8405026 0 0 0 17 3 0 0 6 0 0 8070896 8075904 21397504 140725411660270 140725411660365 140725411660365 140725411663822 0
/proc/32047/statm: 15397 9558 835 435 0 8760 0
Current children cumulated CPU time (s) 2322.25
Current children cumulated vsize (KiB) 61588

[startup+2382.3 s]
/proc/loadavg: 2.01 2.02 2.05 3/187 32225
/proc/meminfo: memFree=30948416/32770624 swapFree=0/588468
[pid=32047] ppid=32044 vsize=61720 CPUtime=2382.25 cores=1,3,5,7
/proc/32047/stat : 32047 (cosoco) R 32044 32047 24445 0 -1 4202496 42199 0 0 0 238223 2 0 0 20 0 1 0 100028086 63201280 9573 18446744073709551615 4194304 5972588 140725411652672 140725411649528 4962376 0 0 1 8405026 0 0 0 17 3 0 0 6 0 0 8070896 8075904 21397504 140725411660270 140725411660365 140725411660365 140725411663822 0
/proc/32047/statm: 15430 9573 835 435 0 8793 0
Current children cumulated CPU time (s) 2382.25
Current children cumulated vsize (KiB) 61720

[startup+2442.3 s]
/proc/loadavg: 2.00 2.01 2.05 3/186 32227
/proc/meminfo: memFree=30947928/32770624 swapFree=0/588484
[pid=32047] ppid=32044 vsize=62116 CPUtime=2442.25 cores=1,3,5,7
/proc/32047/stat : 32047 (cosoco) R 32044 32047 24445 0 -1 4202496 42775 0 0 0 244223 2 0 0 20 0 1 0 100028086 63606784 9681 18446744073709551615 4194304 5972588 140725411652672 140725411649528 5071376 0 0 1 8405026 0 0 0 17 3 0 0 6 0 0 8070896 8075904 21397504 140725411660270 140725411660365 140725411660365 140725411663822 0
/proc/32047/statm: 15529 9681 835 435 0 8892 0
Current children cumulated CPU time (s) 2442.25
Current children cumulated vsize (KiB) 62116

[startup+2502.3 s]
/proc/loadavg: 2.00 2.01 2.05 3/186 32229
/proc/meminfo: memFree=30947824/32770624 swapFree=0/588496
[pid=32047] ppid=32044 vsize=62116 CPUtime=2502.26 cores=1,3,5,7
/proc/32047/stat : 32047 (cosoco) R 32044 32047 24445 0 -1 4202496 43176 0 0 0 250224 2 0 0 20 0 1 0 100028086 63606784 9706 18446744073709551615 4194304 5972588 140725411652672 140725411649528 5071744 0 0 1 8405026 0 0 0 17 3 0 0 6 0 0 8070896 8075904 21397504 140725411660270 140725411660365 140725411660365 140725411663822 0
/proc/32047/statm: 15529 9706 835 435 0 8892 0
Current children cumulated CPU time (s) 2502.26
Current children cumulated vsize (KiB) 62116



Maximum wall clock time exceeded: sending SIGTERM then SIGKILL

[startup+2520 s]
/proc/loadavg: 2.00 2.01 2.05 3/186 32290
/proc/meminfo: memFree=30789152/32770624 swapFree=0/588504
[pid=32047] ppid=32044 vsize=62248 CPUtime=2519.96 cores=1,3,5,7
/proc/32047/stat : 32047 (cosoco) R 32044 32047 24445 0 -1 4202496 43559 0 0 0 251994 2 0 0 20 0 1 0 100028086 63741952 9721 18446744073709551615 4194304 5972588 140725411652672 140725411649528 4969136 0 0 1 8405026 0 0 0 17 3 0 0 6 0 0 8070896 8075904 21397504 140725411660270 140725411660365 140725411660365 140725411663822 0
/proc/32047/statm: 15562 9721 835 435 0 8925 0
Current children cumulated CPU time (s) 2519.96
Current children cumulated vsize (KiB) 62248

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 32047 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.96
CPU user time (s): 2519.94
CPU system time (s): 0.022
CPU usage (%): 99.9985
Max. virtual memory (cumulated for all children) (KiB): 62248

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 2519.94
system time used= 0.022
maximum resident set size= 38956
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 43604
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= 20
involuntary context switches= 1489

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 6.26109 second user time and 8.43058 second system time

The end

Launcher Data

Begin job on node134 at 2017-08-12 09:53:02
IDJOB=4267613
IDBENCH=126208
IDSOLVER=2658
FILE ID=node134/4267613-1502525217
RUNJOBID= node134-1502500343-24509
PBS_JOBID= 
Free space on /tmp= 62028 MiB

SOLVER NAME= cosoco 1.12
BENCH NAME= XCSP17/GolombRuler/GolombRuler-a3-s1/GolombRuler-26-a3.xml
COMMAND LINE= cosoco -lc -model -restarts BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4267613-1502525217/watcher-4267613-1502525217 -o /tmp/evaluation-result-4267613-1502525217/solver-4267613-1502525217 -C 2520 -W 2520 -M 15500 --bin-var /tmp/runsolver-exch-node134-1502500343-24509 --watchdog 2580  cosoco -lc -model -restarts HOME/instance-4267613-1502525217.xml

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

MD5SUM BENCH= 4a8acae89d0947337e32da9d5bedd9eb
RANDOM SEED=1090309007

node134.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.43
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.43
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.43
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.43
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:        30987712 kB
MemAvailable:   31970760 kB
Buffers:          299952 kB
Cached:           983108 kB
SwapCached:            0 kB
Active:           718368 kB
Inactive:         627628 kB
Active(anon):      64912 kB
Inactive(anon):    39408 kB
Active(file):     653456 kB
Inactive(file):   588220 kB
Unevictable:           0 kB
Mlocked:               0 kB
SwapTotal:      67108860 kB
SwapFree:       67108860 kB
Dirty:              2356 kB
Writeback:             4 kB
AnonPages:         62380 kB
Mapped:            54956 kB
Shmem:             41660 kB
Slab:             140944 kB
SReclaimable:     114412 kB
SUnreclaim:        26532 kB
KernelStack:        3232 kB
PageTables:         4928 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83494172 kB
Committed_AS:     337336 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      354332 kB
VmallocChunk:   34341910524 kB
HardwareCorrupted:     0 kB
AnonHugePages:     10240 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
DirectMap4k:      101760 kB
DirectMap2M:    33443840 kB

Free space on /tmp at the end= 62028 MiB
End job on node134 at 2017-08-12 10:35:02