Trace number 4267764

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

General information on the benchmark

NameQueenAttacking/QueenAttacking-m1-s1/
QueenAttacking-16.xml
MD5SUM03765d59360c09d71a4cc0e8e110fff9
Bench CategoryCOP (optimization problem)
Best result obtained on this benchmark
Best value of the objective obtained on this benchmark
Best CPU time to get the best result obtained on this benchmark
Satisfiable
(Un)Satisfiability was proved
Number of variables311
Number of constraints310
Number of domains2
Minimum domain size2
Maximum domain size256
Distribution of domain sizes[{"size":2,"count":54},{"size":256,"count":257}]
Minimum variable degree2
Maximum variable degree54
Distribution of variable degrees[{"degree":2,"count":56},{"degree":3,"count":200},{"degree":4,"count":54},{"degree":54,"count":1}]
Minimum constraint arity2
Maximum constraint arity256
Distribution of constraint arities[{"arity":2,"count":255},{"arity":3,"count":54},{"arity":256,"count":1}]
Number of extensional constraints0
Number of intensional constraints309
Distribution of constraint types[{"type":"intension","count":309},{"type":"allDifferent","count":1}]
Optimization problemYES
Type of objectivemin SUM

Solver Data

0.25/0.79	c best=?? lower=-54 upper=0 
2519.77/2520.00	c
2519.77/2520.00	c This is cosoco 1.12 --  
2519.77/2520.00	c
2519.77/2520.00	c command line: cosoco -lc -model -restarts HOME/instance-4267764-1502535571.xml 
2519.77/2520.00	c enable optimization
2519.77/2520.00	c ========================================[ Problem Statistics ]===========================================
2519.77/2520.00	c |                                                                                                       
2519.77/2520.00	c |  Parse time        :         0.34 s 
2519.77/2520.00	c |
2519.77/2520.00	c |               Variables: 311
2519.77/2520.00	c |            Domain Sizes: 2..256
2519.77/2520.00	c |
2519.77/2520.00	c |             Constraints: 311
2519.77/2520.00	c |                   Arity: 2..256  -- Binary: 255  -- Ternary: 54
2519.77/2520.00	c | 
2519.77/2520.00	c |                   Types: 
2519.77/2520.00	c |                          All Different: 1
2519.77/2520.00	c |                          Intension: 309
2519.77/2520.00	c |                          Sum: 1
2519.77/2520.00	c |                          
2519.77/2520.00	c =========================================================================================================
2519.77/2520.00	
2519.77/2520.00	c *** INTERRUPTED ***
2519.77/2520.00	c restarts              : 73          
2519.77/2520.00	c conflicts             : 1068368      (424 /sec)
2519.77/2520.00	c decisions             : 3166932      (1257 /sec)
2519.77/2520.00	c propagations          : 575455347   (228377 /sec)
2519.77/2520.00	c root propagations     : 0           
2519.77/2520.00	c filter calls          : 61072935       (24238 /sec)
2519.77/2520.00	c useless filter calls  : 32460313       (53 %)
2519.77/2520.00	c Memory used           : 35.96 MB
2519.77/2520.00	c CPU time              : 2519.77 s
2519.77/2520.00	
2519.77/2520.00	c No Bound found!
2519.77/2520.00	
2519.77/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-4267764-1502535571/watcher-4267764-1502535571 -o /tmp/evaluation-result-4267764-1502535571/solver-4267764-1502535571 -C 2520 -W 2520 -M 15500 --bin-var /tmp/runsolver-exch-node133-1502500327-28378 --watchdog 2580 cosoco -lc -model -restarts HOME/instance-4267764-1502535571.xml 

pid=4624
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.17 2.07 2.06 3/185 4627
/proc/meminfo: memFree=31074380/32770624 swapFree=0/457696
[pid=4627] ppid=4624 vsize=23672 CPUtime=0 cores=1,3,5,7
/proc/4627/stat : 4627 (runsolver) D 4624 4627 28313 0 -1 4202560 108 0 0 0 0 0 0 0 20 0 1 0 101372358 24240128 106 18446744073709551615 4194304 4338465 140728954231440 140728954229080 139718050235095 0 0 1 24578 18446744071580418449 0 0 17 5 0 0 0 0 0 6438912 6441760 12136448 140728954233025 140728954233417 140728954233417 140728954236874 0
/proc/4627/statm: 5918 106 53 36 0 2156 0

[startup+0.100155 s]
/proc/loadavg: 2.17 2.07 2.06 3/185 4627
/proc/meminfo: memFree=31074380/32770624 swapFree=0/457696
[pid=4627] ppid=4624 vsize=23672 CPUtime=0 cores=1,3,5,7
/proc/4627/stat : 4627 (runsolver) D 4624 4627 28313 0 -1 4202560 108 0 0 0 0 0 0 0 20 0 1 0 101372358 24240128 106 18446744073709551615 4194304 4338465 140728954231440 140728954229080 139718050235095 0 0 1 24578 18446744071580418449 0 0 17 5 0 0 0 0 0 6438912 6441760 12136448 140728954233025 140728954233417 140728954233417 140728954236874 0
/proc/4627/statm: 5918 106 53 36 0 2156 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 23672

[startup+0.200318 s]
/proc/loadavg: 2.17 2.07 2.06 3/185 4627
/proc/meminfo: memFree=31074380/32770624 swapFree=0/457696
[pid=4627] ppid=4624 vsize=23672 CPUtime=0 cores=1,3,5,7
/proc/4627/stat : 4627 (runsolver) D 4624 4627 28313 0 -1 4202560 108 0 0 0 0 0 0 0 20 0 1 0 101372358 24240128 106 18446744073709551615 4194304 4338465 140728954231440 140728954229080 139718050235095 0 0 1 24578 18446744071580418449 0 0 17 5 0 0 0 0 0 6438912 6441760 12136448 140728954233025 140728954233417 140728954233417 140728954236874 0
/proc/4627/statm: 5918 106 53 36 0 2156 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 23672

[startup+0.300307 s]
/proc/loadavg: 2.17 2.07 2.06 3/185 4627
/proc/meminfo: memFree=31074380/32770624 swapFree=0/457696
[pid=4627] ppid=4624 vsize=23672 CPUtime=0 cores=1,3,5,7
/proc/4627/stat : 4627 (runsolver) D 4624 4627 28313 0 -1 4202560 108 0 0 0 0 0 0 0 20 0 1 0 101372358 24240128 106 18446744073709551615 4194304 4338465 140728954231440 140728954229080 139718050235095 0 0 1 24578 18446744071580418449 0 0 17 5 0 0 0 0 0 6438912 6441760 12136448 140728954233025 140728954233417 140728954233417 140728954236874 0
/proc/4627/statm: 5918 106 53 36 0 2156 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 23672

[startup+0.701091 s]
/proc/loadavg: 2.17 2.07 2.06 3/185 4627
/proc/meminfo: memFree=31074380/32770624 swapFree=0/457696
[pid=4627] ppid=4624 vsize=30884 CPUtime=0.25 cores=1,3,5,7
/proc/4627/stat : 4627 (cosoco) R 4624 4627 28313 0 -1 4202496 2018 0 0 0 25 0 0 0 20 0 1 0 101372358 31625216 1836 18446744073709551615 4194304 5972588 140734943020432 140734943013992 139702164553583 0 0 1 0 0 0 0 17 7 0 0 44 0 0 8070896 8075904 17645568 140734943027694 140734943027789 140734943027789 140734943031246 0
/proc/4627/statm: 7721 1836 792 435 0 1084 0
Current children cumulated CPU time (s) 0.25
Current children cumulated vsize (KiB) 30884

[startup+1.50022 s]
/proc/loadavg: 2.17 2.07 2.06 3/186 4628
/proc/meminfo: memFree=31067948/32770624 swapFree=0/457720
[pid=4627] ppid=4624 vsize=33388 CPUtime=1.05 cores=1,3,5,7
/proc/4627/stat : 4627 (cosoco) R 4624 4627 28313 0 -1 4202496 2686 0 0 0 105 0 0 0 20 0 1 0 101372358 34189312 2465 18446744073709551615 4194304 5972588 140734943020432 140734943016920 4971440 0 0 1 8405026 0 0 0 17 1 0 0 44 0 0 8070896 8075904 17645568 140734943027694 140734943027789 140734943027789 140734943031246 0
/proc/4627/statm: 8347 2465 837 435 0 1710 0
Current children cumulated CPU time (s) 1.05
Current children cumulated vsize (KiB) 33388

[startup+3.10022 s]
/proc/loadavg: 2.17 2.07 2.06 3/186 4628
/proc/meminfo: memFree=31065716/32770624 swapFree=0/457720
[pid=4627] ppid=4624 vsize=34972 CPUtime=2.65 cores=1,3,5,7
/proc/4627/stat : 4627 (cosoco) R 4624 4627 28313 0 -1 4202496 5003 0 0 0 265 0 0 0 20 0 1 0 101372358 35811328 2907 18446744073709551615 4194304 5972588 140734943020432 140734943017288 4965583 0 0 1 8405026 0 0 0 17 1 0 0 44 0 0 8070896 8075904 17645568 140734943027694 140734943027789 140734943027789 140734943031246 0
/proc/4627/statm: 8743 2907 837 435 0 2106 0
Current children cumulated CPU time (s) 2.65
Current children cumulated vsize (KiB) 34972

[startup+6.30022 s]
/proc/loadavg: 2.32 2.10 2.07 3/186 4628
/proc/meminfo: memFree=31064692/32770624 swapFree=0/457716
[pid=4627] ppid=4624 vsize=35764 CPUtime=5.85 cores=1,3,5,7
/proc/4627/stat : 4627 (cosoco) R 4624 4627 28313 0 -1 4202496 7400 0 0 0 585 0 0 0 20 0 1 0 101372358 36622336 3108 18446744073709551615 4194304 5972588 140734943020432 140734943017288 4968807 0 0 1 8405026 0 0 0 17 1 0 0 44 0 0 8070896 8075904 17645568 140734943027694 140734943027789 140734943027789 140734943031246 0
/proc/4627/statm: 8941 3108 837 435 0 2304 0
Current children cumulated CPU time (s) 5.85
Current children cumulated vsize (KiB) 35764

[startup+12.7002 s]
/proc/loadavg: 2.29 2.10 2.07 3/186 4628
/proc/meminfo: memFree=31064204/32770624 swapFree=0/457716
[pid=4627] ppid=4624 vsize=36292 CPUtime=12.24 cores=1,3,5,7
/proc/4627/stat : 4627 (cosoco) R 4624 4627 28313 0 -1 4202496 9776 0 0 0 1224 0 0 0 20 0 1 0 101372358 37163008 3225 18446744073709551615 4194304 5972588 140734943020432 140734943017288 4975123 0 0 1 8405026 0 0 0 17 5 0 0 44 0 0 8070896 8075904 17645568 140734943027694 140734943027789 140734943027789 140734943031246 0
/proc/4627/statm: 9073 3225 837 435 0 2436 0
Current children cumulated CPU time (s) 12.24
Current children cumulated vsize (KiB) 36292

[startup+25.5003 s]
/proc/loadavg: 2.23 2.09 2.06 3/185 4629
/proc/meminfo: memFree=31063924/32770624 swapFree=0/457716
[pid=4627] ppid=4624 vsize=36556 CPUtime=25.04 cores=1,3,5,7
/proc/4627/stat : 4627 (cosoco) R 4624 4627 28313 0 -1 4202496 13000 0 0 0 2504 0 0 0 20 0 1 0 101372358 37433344 3302 18446744073709551615 4194304 5972588 140734943020432 140734943017288 5053069 0 0 1 8405026 0 0 0 17 5 0 0 44 0 0 8070896 8075904 17645568 140734943027694 140734943027789 140734943027789 140734943031246 0
/proc/4627/statm: 9139 3302 837 435 0 2502 0
Current children cumulated CPU time (s) 25.04
Current children cumulated vsize (KiB) 36556

[startup+51.1003 s]
/proc/loadavg: 2.15 2.09 2.06 3/186 4630
/proc/meminfo: memFree=31063784/32770624 swapFree=0/457708
[pid=4627] ppid=4624 vsize=36556 CPUtime=50.65 cores=1,3,5,7
/proc/4627/stat : 4627 (cosoco) R 4624 4627 28313 0 -1 4202496 13896 0 0 0 5064 1 0 0 20 0 1 0 101372358 37433344 3321 18446744073709551615 4194304 5972588 140734943020432 140734943017288 4962369 0 0 1 8405026 0 0 0 17 5 0 0 44 0 0 8070896 8075904 17645568 140734943027694 140734943027789 140734943027789 140734943031246 0
/proc/4627/statm: 9139 3321 837 435 0 2502 0
Current children cumulated CPU time (s) 50.65
Current children cumulated vsize (KiB) 36556

[startup+102.3 s]
/proc/loadavg: 2.06 2.07 2.06 3/186 4633
/proc/meminfo: memFree=31063664/32770624 swapFree=0/457724
[pid=4627] ppid=4624 vsize=36688 CPUtime=101.86 cores=1,3,5,7
/proc/4627/stat : 4627 (cosoco) R 4624 4627 28313 0 -1 4202496 14798 0 0 0 10185 1 0 0 20 0 1 0 101372358 37568512 3325 18446744073709551615 4194304 5972588 140734943020432 140734943017288 5072025 0 0 1 8405026 0 0 0 17 5 0 0 44 0 0 8070896 8075904 17645568 140734943027694 140734943027789 140734943027789 140734943031246 0
/proc/4627/statm: 9172 3325 837 435 0 2535 0
Current children cumulated CPU time (s) 101.86
Current children cumulated vsize (KiB) 36688

[startup+162.3 s]
/proc/loadavg: 2.02 2.06 2.05 3/186 4635
/proc/meminfo: memFree=31063388/32770624 swapFree=0/457732
[pid=4627] ppid=4624 vsize=36688 CPUtime=161.86 cores=1,3,5,7
/proc/4627/stat : 4627 (cosoco) R 4624 4627 28313 0 -1 4202496 15712 0 0 0 16185 1 0 0 20 0 1 0 101372358 37568512 3349 18446744073709551615 4194304 5972588 140734943020432 140734943017288 4975104 0 0 1 8405026 0 0 0 17 5 0 0 44 0 0 8070896 8075904 17645568 140734943027694 140734943027789 140734943027789 140734943031246 0
/proc/4627/statm: 9172 3349 837 435 0 2535 0
Current children cumulated CPU time (s) 161.86
Current children cumulated vsize (KiB) 36688

[startup+222.306 s]
/proc/loadavg: 2.01 2.05 2.05 3/185 4637
/proc/meminfo: memFree=31064440/32770624 swapFree=0/457748
[pid=4627] ppid=4624 vsize=36688 CPUtime=221.87 cores=1,3,5,7
/proc/4627/stat : 4627 (cosoco) R 4624 4627 28313 0 -1 4202496 16205 0 0 0 22186 1 0 0 20 0 1 0 101372358 37568512 3354 18446744073709551615 4194304 5972588 140734943020432 140734943017288 5070984 0 0 1 8405026 0 0 0 17 5 0 0 44 0 0 8070896 8075904 17645568 140734943027694 140734943027789 140734943027789 140734943031246 0
/proc/4627/statm: 9172 3354 837 435 0 2535 0
Current children cumulated CPU time (s) 221.87
Current children cumulated vsize (KiB) 36688

[startup+282.3 s]
/proc/loadavg: 2.00 2.04 2.05 3/189 4654
/proc/meminfo: memFree=31058916/32770624 swapFree=0/457772
[pid=4627] ppid=4624 vsize=36688 CPUtime=281.87 cores=1,3,5,7
/proc/4627/stat : 4627 (cosoco) R 4624 4627 28313 0 -1 4202496 16208 0 0 0 28186 1 0 0 20 0 1 0 101372358 37568512 3354 18446744073709551615 4194304 5972588 140734943020432 140734943017288 5099648 0 0 1 8405026 0 0 0 17 5 0 0 44 0 0 8070896 8075904 17645568 140734943027694 140734943027789 140734943027789 140734943031246 0
/proc/4627/statm: 9172 3354 837 435 0 2535 0
Current children cumulated CPU time (s) 281.87
Current children cumulated vsize (KiB) 36688

[startup+342.3 s]
/proc/loadavg: 2.08 2.05 2.05 3/189 4656
/proc/meminfo: memFree=31059556/32770624 swapFree=0/457788
[pid=4627] ppid=4624 vsize=36688 CPUtime=341.87 cores=1,3,5,7
/proc/4627/stat : 4627 (cosoco) R 4624 4627 28313 0 -1 4202496 16613 0 0 0 34186 1 0 0 20 0 1 0 101372358 37568512 3359 18446744073709551615 4194304 5972588 140734943020432 140734943017288 4971627 0 0 1 8405026 0 0 0 17 5 0 0 44 0 0 8070896 8075904 17645568 140734943027694 140734943027789 140734943027789 140734943031246 0
/proc/4627/statm: 9172 3359 837 435 0 2535 0
Current children cumulated CPU time (s) 341.87
Current children cumulated vsize (KiB) 36688

[startup+402.3 s]
/proc/loadavg: 2.03 2.04 2.05 3/186 4659
/proc/meminfo: memFree=31063128/32770624 swapFree=0/457800
[pid=4627] ppid=4624 vsize=36688 CPUtime=401.88 cores=1,3,5,7
/proc/4627/stat : 4627 (cosoco) R 4624 4627 28313 0 -1 4202496 16614 0 0 0 40187 1 0 0 20 0 1 0 101372358 37568512 3359 18446744073709551615 4194304 5972588 140734943020432 140734943017288 4978058 0 0 1 8405026 0 0 0 17 5 0 0 44 0 0 8070896 8075904 17645568 140734943027694 140734943027789 140734943027789 140734943031246 0
/proc/4627/statm: 9172 3359 837 435 0 2535 0
Current children cumulated CPU time (s) 401.88
Current children cumulated vsize (KiB) 36688

[startup+462.3 s]
/proc/loadavg: 2.01 2.04 2.05 3/186 4662
/proc/meminfo: memFree=31063132/32770624 swapFree=0/457804
[pid=4627] ppid=4624 vsize=36688 CPUtime=461.88 cores=1,3,5,7
/proc/4627/stat : 4627 (cosoco) R 4624 4627 28313 0 -1 4202496 17015 0 0 0 46187 1 0 0 20 0 1 0 101372358 37568512 3360 18446744073709551615 4194304 5972588 140734943020432 140734943017288 4978706 0 0 1 8405026 0 0 0 17 5 0 0 44 0 0 8070896 8075904 17645568 140734943027694 140734943027789 140734943027789 140734943031246 0
/proc/4627/statm: 9172 3360 837 435 0 2535 0
Current children cumulated CPU time (s) 461.88
Current children cumulated vsize (KiB) 36688

[startup+522.3 s]
/proc/loadavg: 2.00 2.03 2.05 3/186 4664
/proc/meminfo: memFree=31063596/32770624 swapFree=0/457816
[pid=4627] ppid=4624 vsize=36688 CPUtime=521.89 cores=1,3,5,7
/proc/4627/stat : 4627 (cosoco) R 4624 4627 28313 0 -1 4202496 17020 0 0 0 52188 1 0 0 20 0 1 0 101372358 37568512 3360 18446744073709551615 4194304 5972588 140734943020432 140734943017288 4977685 0 0 1 8405026 0 0 0 17 5 0 0 44 0 0 8070896 8075904 17645568 140734943027694 140734943027789 140734943027789 140734943031246 0
/proc/4627/statm: 9172 3360 837 435 0 2535 0
Current children cumulated CPU time (s) 521.89
Current children cumulated vsize (KiB) 36688

[startup+582.3 s]
/proc/loadavg: 2.00 2.02 2.05 3/186 4667
/proc/meminfo: memFree=31063228/32770624 swapFree=0/457832
[pid=4627] ppid=4624 vsize=36688 CPUtime=581.9 cores=1,3,5,7
/proc/4627/stat : 4627 (cosoco) R 4624 4627 28313 0 -1 4202496 17425 0 0 0 58189 1 0 0 20 0 1 0 101372358 37568512 3361 18446744073709551615 4194304 5972588 140734943020432 140734943017288 5070984 0 0 1 8405026 0 0 0 17 5 0 0 44 0 0 8070896 8075904 17645568 140734943027694 140734943027789 140734943027789 140734943031246 0
/proc/4627/statm: 9172 3361 837 435 0 2535 0
Current children cumulated CPU time (s) 581.9
Current children cumulated vsize (KiB) 36688


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


[startup+1602.3 s]
/proc/loadavg: 2.01 2.02 2.05 3/185 4761
/proc/meminfo: memFree=31062128/32770624 swapFree=0/458064
[pid=4627] ppid=4624 vsize=36688 CPUtime=1601.99 cores=1,3,5,7
/proc/4627/stat : 4627 (cosoco) R 4624 4627 28313 0 -1 4202496 20225 0 0 0 160198 1 0 0 20 0 1 0 101372358 37568512 3365 18446744073709551615 4194304 5972588 140734943020432 140734943017288 5071752 0 0 1 8405026 0 0 0 17 5 0 0 44 0 0 8070896 8075904 17645568 140734943027694 140734943027789 140734943027789 140734943031246 0
/proc/4627/statm: 9172 3365 837 435 0 2535 0
Current children cumulated CPU time (s) 1601.99
Current children cumulated vsize (KiB) 36688

[startup+1662.3 s]
/proc/loadavg: 2.00 2.02 2.05 3/186 4764
/proc/meminfo: memFree=31062420/32770624 swapFree=0/458076
[pid=4627] ppid=4624 vsize=36688 CPUtime=1661.99 cores=1,3,5,7
/proc/4627/stat : 4627 (cosoco) R 4624 4627 28313 0 -1 4202496 20630 0 0 0 166198 1 0 0 20 0 1 0 101372358 37568512 3365 18446744073709551615 4194304 5972588 140734943020432 140734943017288 5071058 0 0 1 8405026 0 0 0 17 5 0 0 44 0 0 8070896 8075904 17645568 140734943027694 140734943027789 140734943027789 140734943031246 0
/proc/4627/statm: 9172 3365 837 435 0 2535 0
Current children cumulated CPU time (s) 1661.99
Current children cumulated vsize (KiB) 36688

[startup+1722.3 s]
/proc/loadavg: 1.95 2.00 2.04 3/186 4827
/proc/meminfo: memFree=31054068/32770624 swapFree=0/458084
[pid=4627] ppid=4624 vsize=36688 CPUtime=1722 cores=1,3,5,7
/proc/4627/stat : 4627 (cosoco) R 4624 4627 28313 0 -1 4202496 20635 0 0 0 172199 1 0 0 20 0 1 0 101372358 37568512 3365 18446744073709551615 4194304 5972588 140734943020432 140734943017288 5071036 0 0 1 8405026 0 0 0 17 5 0 0 44 0 0 8070896 8075904 17645568 140734943027694 140734943027789 140734943027789 140734943031246 0
/proc/4627/statm: 9172 3365 837 435 0 2535 0
Current children cumulated CPU time (s) 1722
Current children cumulated vsize (KiB) 36688

[startup+1782.3 s]
/proc/loadavg: 2.02 2.01 2.05 3/186 4829
/proc/meminfo: memFree=31052856/32770624 swapFree=0/458100
[pid=4627] ppid=4624 vsize=36688 CPUtime=1782 cores=1,3,5,7
/proc/4627/stat : 4627 (cosoco) R 4624 4627 28313 0 -1 4202496 21041 0 0 0 178199 1 0 0 20 0 1 0 101372358 37568512 3365 18446744073709551615 4194304 5972588 140734943020432 140734943017288 4971449 0 0 1 8405026 0 0 0 17 5 0 0 44 0 0 8070896 8075904 17645568 140734943027694 140734943027789 140734943027789 140734943031246 0
/proc/4627/statm: 9172 3365 837 435 0 2535 0
Current children cumulated CPU time (s) 1782
Current children cumulated vsize (KiB) 36688

[startup+1842.3 s]
/proc/loadavg: 2.01 2.01 2.05 3/186 4831
/proc/meminfo: memFree=31052892/32770624 swapFree=0/458112
[pid=4627] ppid=4624 vsize=36688 CPUtime=1842.01 cores=1,3,5,7
/proc/4627/stat : 4627 (cosoco) R 4624 4627 28313 0 -1 4202496 21046 0 0 0 184200 1 0 0 20 0 1 0 101372358 37568512 3365 18446744073709551615 4194304 5972588 140734943020432 140734943017288 4970765 0 0 1 8405026 0 0 0 17 5 0 0 44 0 0 8070896 8075904 17645568 140734943027694 140734943027789 140734943027789 140734943031246 0
/proc/4627/statm: 9172 3365 837 435 0 2535 0
Current children cumulated CPU time (s) 1842.01
Current children cumulated vsize (KiB) 36688

[startup+1902.3 s]
/proc/loadavg: 2.00 2.01 2.05 3/186 4833
/proc/meminfo: memFree=31052952/32770624 swapFree=0/458128
[pid=4627] ppid=4624 vsize=36688 CPUtime=1902.01 cores=1,3,5,7
/proc/4627/stat : 4627 (cosoco) R 4624 4627 28313 0 -1 4202496 21424 0 0 0 190200 1 0 0 20 0 1 0 101372358 37568512 3365 18446744073709551615 4194304 5972588 140734943020432 140734943017288 4975792 0 0 1 8405026 0 0 0 17 5 0 0 44 0 0 8070896 8075904 17645568 140734943027694 140734943027789 140734943027789 140734943031246 0
/proc/4627/statm: 9172 3365 837 435 0 2535 0
Current children cumulated CPU time (s) 1902.01
Current children cumulated vsize (KiB) 36688

[startup+1962.3 s]
/proc/loadavg: 2.00 2.01 2.05 3/186 4835
/proc/meminfo: memFree=31052956/32770624 swapFree=0/458140
[pid=4627] ppid=4624 vsize=36820 CPUtime=1962.02 cores=1,3,5,7
/proc/4627/stat : 4627 (cosoco) R 4624 4627 28313 0 -1 4202496 21432 0 0 0 196201 1 0 0 20 0 1 0 101372358 37703680 3365 18446744073709551615 4194304 5972588 140734943020432 140734943017288 4968872 0 0 1 8405026 0 0 0 17 5 0 0 44 0 0 8070896 8075904 17645568 140734943027694 140734943027789 140734943027789 140734943031246 0
/proc/4627/statm: 9205 3365 837 435 0 2568 0
Current children cumulated CPU time (s) 1962.02
Current children cumulated vsize (KiB) 36820

[startup+2022.3 s]
/proc/loadavg: 2.05 2.03 2.05 3/185 4837
/proc/meminfo: memFree=31053444/32770624 swapFree=0/458148
[pid=4627] ppid=4624 vsize=36820 CPUtime=2022.02 cores=1,3,5,7
/proc/4627/stat : 4627 (cosoco) R 4624 4627 28313 0 -1 4202496 21686 0 0 0 202201 1 0 0 20 0 1 0 101372358 37703680 3366 18446744073709551615 4194304 5972588 140734943020432 140734943017288 5071032 0 0 1 8405026 0 0 0 17 5 0 0 44 0 0 8070896 8075904 17645568 140734943027694 140734943027789 140734943027789 140734943031246 0
/proc/4627/statm: 9205 3366 837 435 0 2568 0
Current children cumulated CPU time (s) 2022.02
Current children cumulated vsize (KiB) 36820

[startup+2082.3 s]
/proc/loadavg: 2.05 2.04 2.05 3/189 4854
/proc/meminfo: memFree=31048900/32770624 swapFree=0/458160
[pid=4627] ppid=4624 vsize=36820 CPUtime=2082.03 cores=1,3,5,7
/proc/4627/stat : 4627 (cosoco) R 4624 4627 28313 0 -1 4202496 21690 0 0 0 208202 1 0 0 20 0 1 0 101372358 37703680 3366 18446744073709551615 4194304 5972588 140734943020432 140734943017288 4977727 0 0 1 8405026 0 0 0 17 5 0 0 44 0 0 8070896 8075904 17645568 140734943027694 140734943027789 140734943027789 140734943031246 0
/proc/4627/statm: 9205 3366 837 435 0 2568 0
Current children cumulated CPU time (s) 2082.03
Current children cumulated vsize (KiB) 36820

[startup+2142.3 s]
/proc/loadavg: 2.02 2.03 2.05 3/189 4856
/proc/meminfo: memFree=31049564/32770624 swapFree=0/458172
[pid=4627] ppid=4624 vsize=36820 CPUtime=2142.04 cores=1,3,5,7
/proc/4627/stat : 4627 (cosoco) R 4624 4627 28313 0 -1 4202496 22102 0 0 0 214203 1 0 0 20 0 1 0 101372358 37703680 3367 18446744073709551615 4194304 5972588 140734943020432 140734943017288 5070984 0 0 1 8405026 0 0 0 17 5 0 0 44 0 0 8070896 8075904 17645568 140734943027694 140734943027789 140734943027789 140734943031246 0
/proc/4627/statm: 9205 3367 837 435 0 2568 0
Current children cumulated CPU time (s) 2142.04
Current children cumulated vsize (KiB) 36820

[startup+2202.31 s]
/proc/loadavg: 2.01 2.03 2.05 3/186 4858
/proc/meminfo: memFree=31053028/32770624 swapFree=0/458188
[pid=4627] ppid=4624 vsize=36820 CPUtime=2202.05 cores=1,3,5,7
/proc/4627/stat : 4627 (cosoco) R 4624 4627 28313 0 -1 4202496 22102 0 0 0 220204 1 0 0 20 0 1 0 101372358 37703680 3367 18446744073709551615 4194304 5972588 140734943020432 140734943017288 5070953 0 0 1 8405026 0 0 0 17 5 0 0 44 0 0 8070896 8075904 17645568 140734943027694 140734943027789 140734943027789 140734943031246 0
/proc/4627/statm: 9205 3367 837 435 0 2568 0
Current children cumulated CPU time (s) 2202.05
Current children cumulated vsize (KiB) 36820

[startup+2262.3 s]
/proc/loadavg: 2.06 2.04 2.05 3/186 4860
/proc/meminfo: memFree=31053136/32770624 swapFree=0/458200
[pid=4627] ppid=4624 vsize=36820 CPUtime=2262.05 cores=1,3,5,7
/proc/4627/stat : 4627 (cosoco) R 4624 4627 28313 0 -1 4202496 22435 0 0 0 226204 1 0 0 20 0 1 0 101372358 37703680 3367 18446744073709551615 4194304 5972588 140734943020432 140734943017288 4971939 0 0 1 8405026 0 0 0 17 5 0 0 44 0 0 8070896 8075904 17645568 140734943027694 140734943027789 140734943027789 140734943031246 0
/proc/4627/statm: 9205 3367 837 435 0 2568 0
Current children cumulated CPU time (s) 2262.05
Current children cumulated vsize (KiB) 36820

[startup+2322.3 s]
/proc/loadavg: 2.15 2.07 2.06 3/186 4862
/proc/meminfo: memFree=31053124/32770624 swapFree=0/458208
[pid=4627] ppid=4624 vsize=36820 CPUtime=2322.05 cores=1,3,5,7
/proc/4627/stat : 4627 (cosoco) R 4624 4627 28313 0 -1 4202496 22437 0 0 0 232204 1 0 0 20 0 1 0 101372358 37703680 3367 18446744073709551615 4194304 5972588 140734943020432 140734943017288 4977701 0 0 1 8405026 0 0 0 17 5 0 0 44 0 0 8070896 8075904 17645568 140734943027694 140734943027789 140734943027789 140734943031246 0
/proc/4627/statm: 9205 3367 837 435 0 2568 0
Current children cumulated CPU time (s) 2322.05
Current children cumulated vsize (KiB) 36820

[startup+2382.3 s]
/proc/loadavg: 2.06 2.06 2.05 3/186 4866
/proc/meminfo: memFree=31051852/32770624 swapFree=0/458216
[pid=4627] ppid=4624 vsize=36820 CPUtime=2382.06 cores=1,3,5,7
/proc/4627/stat : 4627 (cosoco) R 4624 4627 28313 0 -1 4202496 22769 0 0 0 238205 1 0 0 20 0 1 0 101372358 37703680 3367 18446744073709551615 4194304 5972588 140734943020432 140734943017288 5070944 0 0 1 8405026 0 0 0 17 5 0 0 44 0 0 8070896 8075904 17645568 140734943027694 140734943027789 140734943027789 140734943031246 0
/proc/4627/statm: 9205 3367 837 435 0 2568 0
Current children cumulated CPU time (s) 2382.06
Current children cumulated vsize (KiB) 36820

[startup+2442.3 s]
/proc/loadavg: 2.02 2.05 2.05 3/186 4868
/proc/meminfo: memFree=31052224/32770624 swapFree=0/458232
[pid=4627] ppid=4624 vsize=36820 CPUtime=2442.06 cores=1,3,5,7
/proc/4627/stat : 4627 (cosoco) R 4624 4627 28313 0 -1 4202496 22850 0 0 0 244205 1 0 0 20 0 1 0 101372358 37703680 3367 18446744073709551615 4194304 5972588 140734943020432 140734943017288 5099616 0 0 1 8405026 0 0 0 17 5 0 0 44 0 0 8070896 8075904 17645568 140734943027694 140734943027789 140734943027789 140734943031246 0
/proc/4627/statm: 9205 3367 837 435 0 2568 0
Current children cumulated CPU time (s) 2442.06
Current children cumulated vsize (KiB) 36820

[startup+2502.3 s]
/proc/loadavg: 2.09 2.06 2.05 3/186 4870
/proc/meminfo: memFree=31052248/32770624 swapFree=0/458244
[pid=4627] ppid=4624 vsize=36820 CPUtime=2502.07 cores=1,3,5,7
/proc/4627/stat : 4627 (cosoco) R 4624 4627 28313 0 -1 4202496 23081 0 0 0 250206 1 0 0 20 0 1 0 101372358 37703680 3368 18446744073709551615 4194304 5972588 140734943020432 140734943017288 5070984 0 0 1 8405026 0 0 0 17 5 0 0 44 0 0 8070896 8075904 17645568 140734943027694 140734943027789 140734943027789 140734943031246 0
/proc/4627/statm: 9205 3368 837 435 0 2568 0
Current children cumulated CPU time (s) 2502.07
Current children cumulated vsize (KiB) 36820



Maximum wall clock time exceeded: sending SIGTERM then SIGKILL

[startup+2520 s]
/proc/loadavg: 2.07 2.06 2.05 3/186 4870
/proc/meminfo: memFree=31052372/32770624 swapFree=0/458244
[pid=4627] ppid=4624 vsize=36820 CPUtime=2519.77 cores=1,3,5,7
/proc/4627/stat : 4627 (cosoco) R 4624 4627 28313 0 -1 4202496 23081 0 0 0 251976 1 0 0 20 0 1 0 101372358 37703680 3368 18446744073709551615 4194304 5972588 140734943020432 140734943017288 5070973 0 0 1 8405026 0 0 0 17 5 0 0 44 0 0 8070896 8075904 17645568 140734943027694 140734943027789 140734943027789 140734943031246 0
/proc/4627/statm: 9205 3368 837 435 0 2568 0
Current children cumulated CPU time (s) 2519.77
Current children cumulated vsize (KiB) 36820

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 4627 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.78
CPU user time (s): 2519.77
CPU system time (s): 0.015001
CPU usage (%): 99.9913
Max. virtual memory (cumulated for all children) (KiB): 36820

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 2519.77
system time used= 0.015001
maximum resident set size= 13544
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 23127
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= 10
involuntary context switches= 723

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 5.88295 second user time and 8.61302 second system time

The end

Launcher Data

Begin job on node133 at 2017-08-12 12:45:24
IDJOB=4267764
IDBENCH=130610
IDSOLVER=2658
FILE ID=node133/4267764-1502535571
RUNJOBID= node133-1502500327-28378
PBS_JOBID= 
Free space on /tmp= 62028 MiB

SOLVER NAME= cosoco 1.12
BENCH NAME= XCSP17/QueenAttacking/QueenAttacking-m1-s1/QueenAttacking-16.xml
COMMAND LINE= cosoco -lc -model -restarts BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4267764-1502535571/watcher-4267764-1502535571 -o /tmp/evaluation-result-4267764-1502535571/solver-4267764-1502535571 -C 2520 -W 2520 -M 15500 --bin-var /tmp/runsolver-exch-node133-1502500327-28378 --watchdog 2580  cosoco -lc -model -restarts HOME/instance-4267764-1502535571.xml

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

MD5SUM BENCH= 03765d59360c09d71a4cc0e8e110fff9
RANDOM SEED=2125071256

node133.alineos.net Linux 3.10.0-514.16.1.el7.x86_64 #1 SMP Wed Apr 12 15:04:24 UTC 2017

/sys/devices/system/cpu/cpu0/cpufreq/scaling_governor:
performance

/proc/cpuinfo:
processor	: 0
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
microcode	: 0x19
cpu MHz		: 2668.000
cache size	: 8192 KB
physical id	: 0
siblings	: 4
core id		: 0
cpu cores	: 4
apicid		: 0
initial apicid	: 0
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida dtherm tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5333.17
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.17
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.17
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.17
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:        31074380 kB
MemAvailable:   31964320 kB
Buffers:          305604 kB
Cached:           885516 kB
SwapCached:            0 kB
Active:           760592 kB
Inactive:         499260 kB
Active(anon):      68824 kB
Inactive(anon):    41304 kB
Active(file):     691768 kB
Inactive(file):   457956 kB
Unevictable:           0 kB
Mlocked:               0 kB
SwapTotal:      67108860 kB
SwapFree:       67108860 kB
Dirty:              2372 kB
Writeback:            20 kB
AnonPages:         78884 kB
Mapped:            54932 kB
Shmem:             41660 kB
Slab:             139652 kB
SReclaimable:     112100 kB
SUnreclaim:        27552 kB
KernelStack:        3504 kB
PageTables:         5168 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83494172 kB
Committed_AS:     337984 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      354332 kB
VmallocChunk:   34341910524 kB
HardwareCorrupted:     0 kB
AnonHugePages:     24576 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
DirectMap4k:      132480 kB
DirectMap2M:    33413120 kB

Free space on /tmp at the end= 62028 MiB
End job on node133 at 2017-08-12 13:27:24